mirror of https://github.com/apache/druid.git
minor doc fix
This commit is contained in:
parent
147f5754da
commit
32bd7003ec
|
@ -16,7 +16,7 @@ The broker module uses several of the default modules in [Configuration](Configu
|
||||||
|`druid.broker.select.tier`|`highestPriority`, `lowestPriority`, `custom`|If segments are cross-replicated across tiers in a cluster, you can tell the broker to prefer to select segments in a tier with a certain priority.|`highestPriority`|
|
|`druid.broker.select.tier`|`highestPriority`, `lowestPriority`, `custom`|If segments are cross-replicated across tiers in a cluster, you can tell the broker to prefer to select segments in a tier with a certain priority.|`highestPriority`|
|
||||||
|`druid.broker.select.tier.custom.priorities`|`An array of integer priorities.`|Select servers in tiers with a custom priority list.|None|
|
|`druid.broker.select.tier.custom.priorities`|`An array of integer priorities.`|Select servers in tiers with a custom priority list.|None|
|
||||||
|`druid.broker.cache.type`|`local`, `memcached`|The type of cache to use for queries.|`local`|
|
|`druid.broker.cache.type`|`local`, `memcached`|The type of cache to use for queries.|`local`|
|
||||||
|`druid.broker.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
|
||||||
|
|
Loading…
Reference in New Issue