mirror of https://github.com/apache/druid.git
Update using-caching.md (#11069)
This commit is contained in:
parent
15bdd6bc2f
commit
dd4c5f2a17
|
@ -38,8 +38,8 @@ To use caching, it must be enabled in the settings for the service to perform ca
|
||||||
## Enabling query caching on Historicals
|
## Enabling query caching on Historicals
|
||||||
Historicals only support **segment-level** caching, which is enabled by default. To control caching on the Historical, set the `useCache` and `populateCache` runtime properties. For example, to set the Historical to both use and populate the segment cache for queries:
|
Historicals only support **segment-level** caching, which is enabled by default. To control caching on the Historical, set the `useCache` and `populateCache` runtime properties. For example, to set the Historical to both use and populate the segment cache for queries:
|
||||||
```
|
```
|
||||||
druid.broker.cache.useCache=true
|
druid.historical.cache.useCache=true
|
||||||
druid.broker.cache.populateCache=true
|
druid.historical.cache.populateCache=true
|
||||||
```
|
```
|
||||||
See [Historical caching](../configuration/index.md#historical-caching) for a description of all available Historical cache configurations.
|
See [Historical caching](../configuration/index.md#historical-caching) for a description of all available Historical cache configurations.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue