msokolov commented on issue #13158:
URL: https://github.com/apache/lucene/issues/13158#issuecomment-2012935594

   > Don't "deletes" require "writes"? Meaning, if enough docs get deleted in a 
segment, it will ultimately require to be merged, which then is a "write"?
   
   The goal of segment-replication is to completely separate searching from 
writing, so in that world, no merging is done by searchers -- it happens 
upstream in a writer/indexer, or perhaps in a dedicated merger (we have both 
setups going on).


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