gianm commented on issue #18602:
URL: https://github.com/apache/druid/issues/18602#issuecomment-3565032087

   > Want to create a way to partition the result set of a query (from either 
realtime/historical data nodes) into cacheable granular intervals that can 
either pulled from cache and stitched into the query result, or issued as a 
query to data nodes.
   
   This is how the per-segment cache works— the granular intervals are "each 
segment". I think it would generally make sense to combine that with a cache 
ttl for realtime segments. (As opposed to the current strategy which is to not 
cache them at 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.

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]

Reply via email to