Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Missing features #15

Open
MMeent opened this issue Jul 15, 2023 · 0 comments
Open

Missing features #15

MMeent opened this issue Jul 15, 2023 · 0 comments

Comments

@MMeent
Copy link

MMeent commented Jul 15, 2023

Lists of features that would be useful

Correctness

  • VACUUM support

Performance

  • Deduplicate vectors (like GIN & btree)
  • 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.

Features

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant