Update using-caching.md (#11069)

This commit is contained in:
sthetland 2021-04-08 14:48:26 -07:00 committed by GitHub
parent 15bdd6bc2f
commit dd4c5f2a17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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
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.broker.cache.populateCache=true
druid.historical.cache.useCache=true
druid.historical.cache.populateCache=true
```
See [Historical caching](../configuration/index.md#historical-caching) for a description of all available Historical cache configurations.