pg_embedding icon indicating copy to clipboard operation
pg_embedding copied to clipboard

Missing features

Open MMeent opened this issue 2 years ago • 0 comments

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

MMeent avatar Jul 15 '23 10:07 MMeent