gianm commented on a change in pull request #8739: remove select query URL: https://github.com/apache/incubator-druid/pull/8739#discussion_r340346700
########## File path: docs/configuration/index.md ########## @@ -1544,7 +1544,7 @@ You can optionally only configure caching to be enabled on the Broker by setting |`druid.broker.cache.useResultLevelCache`|true, false|Enable result level caching on the Broker.|false| |`druid.broker.cache.populateResultLevelCache`|true, false|Populate the result level cache on the Broker.|false| |`druid.broker.cache.resultLevelCacheLimit`|positive integer|Maximum size of query response that can be cached.|`Integer.MAX_VALUE`| -|`druid.broker.cache.unCacheable`|All druid query types|All query types to not cache.|`["groupBy", "select"]`| Review comment: Nice. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
