Comparison
pgvector vs tidb
Verdict
Pick pgvector if pgvector extends PostgreSQL with efficient vector similarity searches; pick tidb if tiDB is a scalable, cloud-native database that supports both transactional and analytical processing with ACID guarantees.
Markdown twin · pgvector alternatives · tidb alternatives
GraphCanon updated 3d · 35 views this month
Trust & integrity
| Signal | pgvector | tidb |
|---|---|---|
| Maintenance | Very active (0d since push) As of 3w · github_public_v1 | Very active (0d since push) As of 3d · github_public_v1 |
| Provenance | Not a fork · Organization account As of 3w · github_public_v1 | Not a fork · Organization account As of 3d · github_public_v1 |
| OSV dependency advisories | No lockfile (source not queried) As of 1mo · osv@v1 | Published findings 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
- tidb
- Scalable, cloud-native database with ACID transactions and vector search support.
Stars
- pgvector
- 22k
- tidb
- 40k
Forks
- pgvector
- 1.3k
- tidb
- 6.2k
Open issues
- pgvector
- 14
- tidb
- 6.8k
Language
- pgvector
- C
- tidb
- Go
Adopt for
- pgvector
- pgvector extends PostgreSQL with efficient vector similarity searches.
- tidb
- TiDB is a scalable, cloud-native database that supports both transactional and analytical processing with ACID guarantees.
Persona
- pgvector
- -
- tidb
- -
Runtime
- pgvector
- -
- tidb
- -
License
- pgvector
- Other
- tidb
- Apache-2.0
Last pushed
- pgvector
- Jul 28, 2026
- tidb
- Aug 18, 2026
Categories
- pgvector
- Vector Databases
- tidb
- Data & Retrieval, Vector Databases
Trust and health
Open issues (now)
- pgvector
- 14
- tidb
- 6.8k
Stars delta
- pgvector
- Unknown
- tidb
- +134 (30d)
Open issues delta
- pgvector
- Unknown
- tidb
- +230 (30d)
OSV dependency advisories
- pgvector
- No lockfile (source not queried)
- tidb
- Published findings
Full report
- pgvector
- Trust report
- tidb
- Trust report
Typed relationship
Choose pgvector if…
- pgvector is primarily C; tidb is Go.
- License: pgvector is Other, tidb is Apache-2.0.
- Both TiDB and pgvector provide vector similarity search capabilities, but for different database systems. pgvector is specifically designed for PostgreSQL, while TiDB supports a broader feature set including distributed transactions.
- Tags unique to pgvector: approximate-nearest-neighbor-search, nearest-neighbor-search.
- 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 tidb if…
- tidb is primarily Go; pgvector is C.
- License: tidb is Apache-2.0, pgvector is Other.
- Both TiDB and pgvector provide vector similarity search capabilities, but for different database systems. pgvector is specifically designed for PostgreSQL, while TiDB supports a broader feature set including distributed transactions.
- Tags unique to tidb: agent, agent-context, agent-memory, agentic.
- Also covers Data & Retrieval.
- When your workload requires high scalability and you need both transactional and analytical operations (HTAP) without performance degradation. TiDB's distributed architecture ensures consistent low延迟的
When NOT to use tidb
- If your primary focus is on a traditional relational database with limited transactional and minimal analytics needs, TiDB's complexity and overhead may not be justified.
- ,TiDB。
- If you require strong geographic data distribution requirements that exceed the capabilities of a single database system, consider whether TiDB’s distributed setup meets your specific geographical and
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 (pingcap/tidb) · observed Aug 19, 2026
- GitHub forks (pingcap/tidb) · observed Aug 19, 2026
- Last push (pingcap/tidb) · observed Aug 18, 2026
- License file (Apache-2.0) · observed Aug 19, 2026
- Decision facts (enrichment) · observed Jul 11, 2026
- Trust scan (lockfile / OSV) · observed Jul 11, 2026
GitHub stars on cards: pgvector 22k · tidb 40k (synced Jul 28, 2026).
Common questions
- What is the difference between pgvector and tidb?
- pgvector: Open-source vector similarity search for Postgres. tidb: Scalable, cloud-native database with ACID transactions and vector search support.. See the comparison table for live GitHub stats and shared categories.
- When should I choose pgvector over tidb?
- Choose pgvector over tidb when pgvector is primarily C; tidb is Go; License: pgvector is Other, tidb is Apache-2.0; Both TiDB and pgvector provide vector similarity search capabilities, but for different database systems. pgvector is specifically designed for PostgreSQL, while TiDB supports a broader feature set including distributed transactions; Tags unique to pgvector: approximate-nearest-neighbor-search, nearest-neighbor-search; 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 tidb over pgvector?
- Choose tidb over pgvector when tidb is primarily Go; pgvector is C; License: tidb is Apache-2.0, pgvector is Other; Both TiDB and pgvector provide vector similarity search capabilities, but for different database systems. pgvector is specifically designed for PostgreSQL, while TiDB supports a broader feature set including distributed transactions; Tags unique to tidb: agent, agent-context, agent-memory, agentic; Also covers Data & Retrieval; When your workload requires high scalability and you need both transactional and analytical operations (HTAP) without performance degradation. TiDB's distributed architecture ensures consistent low延迟的.
- 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 tidb?
- If your primary focus is on a traditional relational database with limited transactional and minimal analytics needs, TiDB's complexity and overhead may not be justified. ,TiDB。 If you require strong geographic data distribution requirements that exceed the capabilities of a single database system, consider whether TiDB’s distributed setup meets your specific geographical and
- Is pgvector or tidb more popular on GitHub?
- tidb has more GitHub stars (40,446 vs 22,375). Stars measure visibility, not whether either tool fits your constraints.
- Are pgvector and tidb open source?
- Yes - both are open-source projects on GitHub (pgvector: Other, tidb: Apache-2.0).
- Where can I find alternatives to pgvector or tidb?
- GraphCanon lists graph-backed alternatives at pgvector alternatives and tidb alternatives (pgvector markdown twin, tidb 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 tidb?
- pgvector: Very active. tidb: 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 tidb?
- GraphCanon publishes per-repo trust reports with dated maintenance, provenance, and scan summaries: pgvector trust report; tidb trust report.