You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Lucene, in apache/lucene#12050, an optimization was added to create a new segment HNSW graph by initializing the graph from the largest graph without any deletes from the collection of segments-to-be-merged. Also, see apache/lucene#11354 for related benchmarks. This will speed up merge operations for larger graphs.
This change will go out in Lucene 96, which we will pick up by default - we wont have to make any code changes. Once we are able to test this change in OpenSearch, we should run performance tests to measure benefit.
The text was updated successfully, but these errors were encountered:
With 2.8 k-NN received Lucene 9.6 with the mentioned fix, performance test is completed so we can check on changed numbers. Perf results added to release issue: #905
Description
In Lucene, in apache/lucene#12050, an optimization was added to create a new segment HNSW graph by initializing the graph from the largest graph without any deletes from the collection of segments-to-be-merged. Also, see apache/lucene#11354 for related benchmarks. This will speed up merge operations for larger graphs.
This change will go out in Lucene 96, which we will pick up by default - we wont have to make any code changes. Once we are able to test this change in OpenSearch, we should run performance tests to measure benefit.
The text was updated successfully, but these errors were encountered: