hqx871 commented on PR #11848: URL: https://github.com/apache/druid/pull/11848#issuecomment-1092457372
@kfaraz thanks for your great work. This feature really helps improve our large datasource queries, as it prune most segments. Besides, I also found that the DimensionRangeShardSpec lookup may be slow when there are too many shards. I tried to sort the shardSpecs and use binary search to fast the routine. Hope this is helpful to somebody else. -- 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]
