abhishekagarwal87 commented on a change in pull request #10503: URL: https://github.com/apache/druid/pull/10503#discussion_r506981193
########## File path: docs/querying/caching.md ########## @@ -82,3 +82,12 @@ Note that the task executor processes only support caches that keep their data l This restriction exists because the cache stores results at the level of intermediate partial segments generated by the ingestion tasks. These intermediate partial segments will not necessarily be identical across task replicas, so remote cache types such as `memcached` will be ignored by task executor processes. + +## Unsupported queries + +Query caching is not available for following +- queries, that have a union operation, do not support result-level caching - [More details](https://github.com/apache/druid/issues/8713) Review comment: `Top Level` and `Table level` terminologies were added recently to the documentation that I have linked here as well. https://druid.apache.org/docs/latest/querying/sql.html#union-all ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
