mayya-sharipova commented on PR #12962:
URL: https://github.com/apache/lucene/pull/12962#issuecomment-1919480036

   @benwtrent Thanks for running additional tests. Looks like running with 
dynamic `k` can speed up searches, but I think we need to run more experiments 
on smaller dims datasets as well, so I think we should leave this in the follow 
up.
   
   @jimczi @tveasey I've addressed your comments.  Are we ok to merge as it is 
now.
   
   ---
   
   The following is left for the follow up work:
   
   1.  Dynamic k based on segment size. Currently we gather at least k 
documents for every segment before starting synchronizing with the global 
queue. We need to adjust k based on the segment size.
   2. Improve synchronization schedule with the global queue. Currently we do 
synchronization with the global queue every 255 visited docs.  Can we improve 
schedule as per as per 
[comment](https://github.com/apache/lucene/pull/12962#discussion_r1453323532).


-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to