mirror of https://github.com/apache/druid.git
Merge pull request #1164 from mrijke/docfix-cache-configs
Docfix: Update Cache config pages
This commit is contained in:
commit
437d61ed8f
|
@ -76,8 +76,8 @@ You can optionally only configure caching to be enabled on the broker by setting
|
||||||
|
|
||||||
|Property|Possible Values|Description|Default|
|
|Property|Possible Values|Description|Default|
|
||||||
|--------|---------------|-----------|-------|
|
|--------|---------------|-----------|-------|
|
||||||
|`druid.broker.cache.useCache`|Enable the cache on the broker.|false|
|
|`druid.broker.cache.useCache`|true, false|Enable the cache on the broker.|false|
|
||||||
|`druid.broker.cache.populateCache`|Populate the cache on the broker.|false|
|
|`druid.broker.cache.populateCache`|true, false|Populate the cache on the broker.|false|
|
||||||
|`druid.cache.type`|`local`, `memcached`|The type of cache to use for queries.|`local`|
|
|`druid.cache.type`|`local`, `memcached`|The type of cache to use for queries.|`local`|
|
||||||
|`druid.cache.unCacheable`|All druid query types|All query types to not cache.|["groupBy", "select"]|
|
|`druid.cache.unCacheable`|All druid query types|All query types to not cache.|["groupBy", "select"]|
|
||||||
|
|
||||||
|
|
|
@ -78,8 +78,8 @@ You can optionally only configure caching to be enabled on the historical by set
|
||||||
|
|
||||||
|Property|Possible Values|Description|Default|
|
|Property|Possible Values|Description|Default|
|
||||||
|--------|---------------|-----------|-------|
|
|--------|---------------|-----------|-------|
|
||||||
|`druid.historical.cache.useCache`|Enable the cache on the broker.|false|
|
|`druid.historical.cache.useCache`|true, false|Enable the cache on the historical.|false|
|
||||||
|`druid.historical.cache.populateCache`|Populate the cache on the broker.|false|
|
|`druid.historical.cache.populateCache`|true, false|Populate the cache on the historical.|false|
|
||||||
|`druid.cache.type`|`local`, `memcached`|The type of cache to use for queries.|`local`|
|
|`druid.cache.type`|`local`, `memcached`|The type of cache to use for queries.|`local`|
|
||||||
|`druid.cache.unCacheable`|All druid query types|All query types to not cache.|["groupBy", "select"]|
|
|`druid.cache.unCacheable`|All druid query types|All query types to not cache.|["groupBy", "select"]|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue