prudhvigodithi commented on PR #15383:
URL: https://github.com/apache/lucene/pull/15383#issuecomment-3554608410

   As I experiment this change to support partition aware `DocSetIDBuilder` and 
continue to run the benchmarks, I will also evaluate the solution for 
https://github.com/apache/lucene/issues/13745 (to begin with `PointRangeQuery`) 
based on above discussion to reduce the number of tree traversals and do only 
one traversal per segment, if this proves better then we can have both the 
changes and prove which one gives better performance.
   
   - Continue evaluating the current change.
   - Solution for `PointRangeQuery` to reduce the number of tree traversals.
   - Compare both and we can take a call to either move forward with one or the 
other or even combined.
   
   I will post the details here as I move forward.


-- 
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