benwtrent commented on issue #12533: URL: https://github.com/apache/lucene/issues/12533#issuecomment-2743826644
I think in addition to the recent merge improvements (https://github.com/apache/lucene/pull/14331), the ability to "fix up" the individual graphs that have deletions and THEN doing the merge might gain significant speed improvements. Additionally, folks might actually only want to expunge deletes, in this case, rewriting the entire graphs is incredibly wasteful, and we should instead "fix up" the graphs by adjusting the deleted nodes directly. -- 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