Comparison
pgvector vs VectorChord
Verdict
Pick pgvector if pgvector extends PostgreSQL with efficient vector similarity searches; pick VectorChord if __VectorChord__ - Scalable and disk-friendly vector search in PostgreSQL.
Markdown twin · pgvector alternatives · VectorChord alternatives
GraphCanon updated 2w
vs
Trust & integrity
| Signal | pgvector | VectorChord |
|---|---|---|
| Maintenance | Very active (0d since push) As of 3w · github_public_v1 | Very active (3d since push) As of 2w · github_public_v1 |
| Provenance | Not a fork · Organization account As of 3w · github_public_v1 | Not a fork · Personal account As of 2w · github_public_v1 |
| OSV dependency advisories | No lockfile (source not queried) As of 1mo · osv@v1 | No lockfile (source not queried) As of 1mo · osv@v1 |
| deps.dev advisories | Not queried deps.dev@v1 | Not queried deps.dev@v1 |
| OpenSSF Scorecard | Not queried openssf-scorecard@v1 | Not queried openssf-scorecard@v1 |
Tagline
- pgvector
- Open-source vector similarity search for Postgres
- VectorChord
- Scalable, fast, and disk-friendly vector search in Postgres
Stars
- pgvector
- 22k
- VectorChord
- 1.8k
Forks
- pgvector
- 1.3k
- VectorChord
- 71
Open issues
- pgvector
- 14
- VectorChord
- 17
Language
- pgvector
- C
- VectorChord
- Rust
Adopt for
- pgvector
- pgvector extends PostgreSQL with efficient vector similarity searches.
- VectorChord
- __VectorChord__ - Scalable and disk-friendly vector search in PostgreSQL.
Persona
- pgvector
- -
- VectorChord
- -
Runtime
- pgvector
- -
- VectorChord
- -
License
- pgvector
- Other
- VectorChord
- Other
Last pushed
- pgvector
- Jul 28, 2026
- VectorChord
- Jul 30, 2026
Categories
- pgvector
- Vector Databases
- VectorChord
- Vector Databases
Trust and health
Days since push
- pgvector
- 0d
- VectorChord
- 3d
Open issues (now)
- pgvector
- 14
- VectorChord
- 17
Owner type
- pgvector
- Organization
- VectorChord
- User
Full report
- pgvector
- Trust report
- VectorChord
- Trust report
Typed relationship
pgvector alternative VectorChordVectorChord and pgvector both offer scalable, low-latency vector search solutions integrated with PostgreSQL databases, providing similar capabilities but through different implementations.
Choose pgvector if…
- pgvector is primarily C; VectorChord is Rust.
- VectorChord and pgvector both offer scalable, low-latency vector search solutions integrated with PostgreSQL databases, providing similar capabilities but through different implementations.
- Tags unique to pgvector: approximate-nearest-neighbor-search, nearest-neighbor-search.
- pgvector ships Docker support for self-hosted deployment.
- When you need to perform approximate nearest neighbor or exact nearest neighbor searches on your vectors and prefer to keep the data within a PostgreSQL database.
When NOT to use pgvector
- When the requirement is to have a standalone in-memory or distributed vector database system as pgvector remains strictly integrated with PostgreSQL.
- For scenarios where high availability and clustering capabilities without manual intervention (beyond what standard PostgreSQL offers) are necessary.
- If the application's performance benefits significantly from a pre-optimized engine tailored specifically towards vector searches, rather than leveraging an extension within PostgreSQL.
Choose VectorChord if…
- VectorChord is primarily Rust; pgvector is C.
- VectorChord and pgvector both offer scalable, low-latency vector search solutions integrated with PostgreSQL databases, providing similar capabilities but through different implementations.
- Tags unique to VectorChord: artificial-intelligence, llmops, postgresql, vector-database.
- - When you need efficient vector searches within a PostgreSQL database with compatibility to existing systems using pgvector
When NOT to use VectorChord
- - If you cannot use PostgreSQL or if your application already uses another database system with specific vector search capabilities
- - When detailed customization beyond what VectorChord provides, such as deep integration with unique machine learning frameworks not natively supported by the extension, is required
Explore
Sources
Every stat on this page traces to a dated GitHub sync, license file, enrichment field, or trust scan.
- GitHub stars (pgvector/pgvector) · observed Jul 28, 2026
- GitHub forks (pgvector/pgvector) · observed Jul 28, 2026
- Last push (pgvector/pgvector) · observed Jul 28, 2026
- License file (Other) · observed Jul 28, 2026
- Decision facts (enrichment) · observed Jul 11, 2026
- Trust scan (lockfile / OSV) · observed Jul 11, 2026
- GitHub stars (supervc-stack/VectorChord) · observed Aug 2, 2026
- GitHub forks (supervc-stack/VectorChord) · observed Aug 2, 2026
- Last push (supervc-stack/VectorChord) · observed Jul 30, 2026
- License file (Other) · observed Aug 2, 2026
- Decision facts (enrichment) · observed Jul 12, 2026
- Trust scan (lockfile / OSV) · observed Jul 11, 2026
GitHub stars on cards: pgvector 22k · VectorChord 1.8k (synced Jul 28, 2026).
Common questions
- What is the difference between pgvector and VectorChord?
- pgvector: Open-source vector similarity search for Postgres. VectorChord: Scalable, fast, and disk-friendly vector search in Postgres. See the comparison table for live GitHub stats and shared categories.
- When should I choose pgvector over VectorChord?
- Choose pgvector over VectorChord when pgvector is primarily C; VectorChord is Rust; VectorChord and pgvector both offer scalable, low-latency vector search solutions integrated with PostgreSQL databases, providing similar capabilities but through different implementations; Tags unique to pgvector: approximate-nearest-neighbor-search, nearest-neighbor-search; pgvector ships Docker support for self-hosted deployment; When you need to perform approximate nearest neighbor or exact nearest neighbor searches on your vectors and prefer to keep the data within a PostgreSQL database.
- When should I choose VectorChord over pgvector?
- Choose VectorChord over pgvector when VectorChord is primarily Rust; pgvector is C; VectorChord and pgvector both offer scalable, low-latency vector search solutions integrated with PostgreSQL databases, providing similar capabilities but through different implementations; Tags unique to VectorChord: artificial-intelligence, llmops, postgresql, vector-database; - When you need efficient vector searches within a PostgreSQL database with compatibility to existing systems using pgvector.
- When should I avoid pgvector?
- When the requirement is to have a standalone in-memory or distributed vector database system as pgvector remains strictly integrated with PostgreSQL. For scenarios where high availability and clustering capabilities without manual intervention (beyond what standard PostgreSQL offers) are necessary. If the application's performance benefits significantly from a pre-optimized engine tailored specifically towards vector searches, rather than leveraging an extension within PostgreSQL.
- When should I avoid VectorChord?
- - If you cannot use PostgreSQL or if your application already uses another database system with specific vector search capabilities - When detailed customization beyond what VectorChord provides, such as deep integration with unique machine learning frameworks not natively supported by the extension, is required
- Is pgvector or VectorChord more popular on GitHub?
- pgvector has more GitHub stars (22,375 vs 1,758). Stars measure visibility, not whether either tool fits your constraints.
- Are pgvector and VectorChord open source?
- Yes - both are open-source projects on GitHub (pgvector: Other, VectorChord: Other).
- Where can I find alternatives to pgvector or VectorChord?
- GraphCanon lists graph-backed alternatives at pgvector alternatives and VectorChord alternatives (pgvector markdown twin, VectorChord markdown twin), ranked by typed relationship edges rather than popularity votes.
- Is there a machine-readable version of this comparison?
- Yes. The markdown twin at this comparison mirrors this page for agents and LLM crawlers, with the same stats table and FAQ answers.
- Which is better maintained, pgvector or VectorChord?
- pgvector: Very active. VectorChord: Very active. Compare maintenance labels, days since push, and release cadence in the trust section below - stars alone do not measure maintenance.
- Where are the full trust reports for pgvector and VectorChord?
- GraphCanon publishes per-repo trust reports with dated maintenance, provenance, and scan summaries: pgvector trust report; VectorChord trust report.