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
{{ message }}
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
Implement IVF-flat, with clusters stored in btrees, ordered by distance from centroid.
This allows for prefetching & improved prioritization of candidate tuples)
Store the index on disk
The index shouldn't need time to rebuild every time the system restarts, and shouldn't consume memory if there is no-one to use the index.
I hear that this is WIP.
Lists of features that would be useful
Correctness
Performance
This allows for prefetching & improved prioritization of candidate tuples)
The index shouldn't need time to rebuild every time the system restarts, and shouldn't consume memory if there is no-one to use the index.
I hear that this is WIP.
Features
The text was updated successfully, but these errors were encountered: