mikebridge commented on PR #42760: URL: https://github.com/apache/superset/pull/42760#issuecomment-5184621732
A **containment cache** can reuse a previously cached semantic-query result when that result is proven to contain everything needed to answer a new query. For example, a cached result grouped by country and city may answer a later country-only query by rolling up the cached rows, avoiding another provider query while preserving equivalent results. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
