Merge pull request #1164 from mrijke/docfix-cache-configs

Docfix: Update Cache config pages
This commit is contained in:
Xavier Léauté 2015-03-02 11:47:50 -08:00
commit 437d61ed8f
2 changed files with 4 additions and 4 deletions

View File

@ -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"]|

View File

@ -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"]|