timescale / pgvectorscale

A complement to pgvector for high performance, cost efficient vector search on large workloads.
PostgreSQL License
1.11k stars 47 forks source link

pgvecto-rs: How does pgvectorscale compare to pgvecto-rs? Where pgvecto-rs is also built with Rust and pgrx. #133

Open Miuler opened 2 weeks ago

Miuler commented 2 weeks ago

How does pgvectorscale compare to pgvecto-rs? Where pgvecto-rs is also built with Rust and pgrx.

saolof commented 2 weeks ago

Different set of indexes. Pgvectorscale adds disk-friendly indexes and works on top of vanilla postgres + pgvector, while pgvecto-rs seems to rewrite the existing pgvector indexes in rust with a few implementation optimizations. It also seems to handle its storage separately from the postgres storage engine