RS146BIJAY commented on issue #13387:
URL: https://github.com/apache/lucene/issues/13387#issuecomment-2133354180

   > I agree that better organizing data across segments yields significant 
benefits, I'm only advocating for doing this by maintaining a separate 
IndexWriter for each group instead of doing it inside of DocumentsWriter.
   
   Sorry missed answering this part in my earlier response. We did explore this 
approach of creating an IndexWriter/Lucene Index (or OpenSearch shard) for each 
group. However, implementing this approach would require significant changes on 
the client (OpenSearch) side. Besides, having multiple additional shards will 
also lead to huge overhead due to task like metadata management. On the other 
hand, maintaining separate DWPT pools for different groups would require 
minimal changes inside Lucene. The overhead will be lesser here as Lucene shard 
will still be maintained as a single physical unit.


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