FrankChen021 commented on issue #18446: URL: https://github.com/apache/druid/issues/18446#issuecomment-3232608328
I think this is a good balance between start up performance of historical nodes and initial query performance when historical nodes start. Maybe we can use just one property(like `loadEagerlyForPeriod` ) for difference scenarios, like: | example value | description | |---|---| | all | load all segments, current default behavior | | P7D | load segments of the latest 7 days | | P0D(not sure if it's valid) | Lazy load for all segments | -- 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]
