jpountz commented on issue #11507:
URL: https://github.com/apache/lucene/issues/11507#issuecomment-1629787490

   This benchmark really only measures the flushing cost, as 
`ConcurrentMergeScheduler` is used, so merges run in background threads. So the 
improvement makes sense to me as the cost of adding vectors into a HNSW graph 
increases as the size of the HNSW graph increases. If we want to get a sense of 
the number of docs per second per core that we support with a 2GB RAM buffer 
vs. the 16MB default, using `SerialMergeScheduler` would be a better choice.


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