clintropolis opened a new pull request, #18727: URL: https://github.com/apache/druid/pull/18727
### Description changes: * added `canLoadSegments()` method to `SegmentManager` and `SegmentCacheManager` * added 'query/load/time' metric for 'wall time' spent waiting on all segments to load for a query * added 'query/load/time/avg' metric for average per segment load time for a query * added 'query/load/time/max' metric for max per segment load time for a query * added 'query/load/wait/avg' metric for average per segment wait time to begin loading for a query * added 'query/load/wait/max' metric for max per segment wait time to begin loading for a query * added 'query/load/count' metric for number of segments loaded on demand for a query * added 'query/load/bytes' metric for amount of data loaded on demand for a query -- 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]
