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
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
How does pgvectorscale compare to pgvecto-rs? Where pgvecto-rs is also built with Rust and pgrx.
The text was updated successfully, but these errors were encountered: