mbrette commented on issue #12440:
URL: https://github.com/apache/lucene/issues/12440#issuecomment-1702351185

   I agree on having a specific merge strategy as you describe. As the graph 
construction is O(n logn), the relative cost (per node) of merging in a small 
segment is much less than merging in a big segment.
   The caveat is that in a hybrid text-embedding scenario (as you called out in 
#12533), this strategy may be detrimental for the keyword part. This can be 
useful if you maintain different collection for vector indexes and keyword 
indexes.
   


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