jpountz commented on issue #16429: URL: https://github.com/apache/lucene/issues/16429#issuecomment-5105273016
This makes sense to me, let's reuse the existing doc-value skip indexes (computed at index time and stored in the index), which will give you the min and max values for every block of 4,096 values instead of introducing a new cache. 4,096 may not be granular enough for efficient skipping, but if you can produce benchmarks that suggest you get much better performance with smaller blocks, you could suggest lowering the block size in a follow-up. -- 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]
