mirror of https://github.com/apache/druid.git
fix property name in doc
This commit is contained in:
parent
6e935cca0a
commit
704f463dbf
|
@ -79,7 +79,7 @@ You can optionally only configure caching to be enabled on the broker by setting
|
||||||
|`druid.broker.cache.useCache`|Enable the cache on the broker.|false|
|
|`druid.broker.cache.useCache`|Enable the cache on the broker.|false|
|
||||||
|`druid.broker.cache.populateCache`|Populate the cache on the broker.|false|
|
|`druid.broker.cache.populateCache`|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.broker.cache.unCacheable`|All druid query types|All query types to not cache.|["groupBy", "select"]|
|
||||||
|
|
||||||
#### Local Cache
|
#### Local Cache
|
||||||
|
|
||||||
|
|
|
@ -81,7 +81,7 @@ You can optionally only configure caching to be enabled on the historical by set
|
||||||
|`druid.historical.cache.useCache`|Enable the cache on the broker.|false|
|
|`druid.historical.cache.useCache`|Enable the cache on the broker.|false|
|
||||||
|`druid.historical.cache.populateCache`|Populate the cache on the broker.|false|
|
|`druid.historical.cache.populateCache`|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.historical.cache.unCacheable`|All druid query types|All query types to not cache.|["groupBy", "select"]|
|
||||||
|
|
||||||
#### Local Cache
|
#### Local Cache
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue