atris commented on issue #823: LUCENE-8939: Introduce Shared Count Early 
Termination In Parallel Search
URL: https://github.com/apache/lucene-solr/pull/823#issuecomment-527515974
 
 
   
   > In the unsorted index case, where we skip by impacts once we collect more 
than the 1000 by default, we are also still correct because we continue 
collecting in that slice, just skipping by impact based on that thread's 
private PQ bottom. We can make further improvements e.g. to share the global PQ 
bottom across all searcher threads, but that should come later.
   
   Yes, that is on the line. Next up will be a PR with shared global PQ :)
   
   > 
   > So net/net I think the change is correct, and should be a big performance 
gain for concurrent searching. Sorry for the confusion ;)
   
   No sweat, thank you for reviewing!
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to