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
Is your feature request related to a problem?
This PR #1946 clears graph from cache whenever index is closed or deleted to save memory. However this works only for indices created using BinaryDocValues. With 2.17. k-NN uses NativeEngines990KnnVectorsFormat, hence, we need similar feature for indices that are created using this new format.
What solution would you like?
Evict graph when index is closed or deleted irrespective of vector format.
What alternatives have you considered?
N/A
Do you have any additional context?
N/A
The text was updated successfully, but these errors were encountered:
VijayanB
changed the title
[FEATURE] Evict graphs from cache when index is closed for indices are created using NativeEngines990KnnVectorsFormat
[FEATURE] Evict graphs from cache when index is closed or delete for indices that are created using NativeEngines990KnnVectorsFormat
Sep 25, 2024
@navneet1v
Hi Navneet! Sorry, I just saw your comment.
And as you know, the related PR was merged for both main and 2.x, I think we can close this out!
Is your feature request related to a problem?
This PR #1946 clears graph from cache whenever index is closed or deleted to save memory. However this works only for indices created using BinaryDocValues. With 2.17. k-NN uses NativeEngines990KnnVectorsFormat, hence, we need similar feature for indices that are created using this new format.
What solution would you like?
Evict graph when index is closed or deleted irrespective of vector format.
What alternatives have you considered?
N/A
Do you have any additional context?
N/A
The text was updated successfully, but these errors were encountered: