timescale/pgvectorscale
Postgres extension for vector search (DiskANN), complements pgvector for performance and scale. Postgres OSS licensed. observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 97
- Release rhythm 43
- Longevity 82
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 32
- age_days: 1160
- days_rel: 302
- days_push: 20
- n_releases_24m: 8
Adoption not part of the score
3116 stars · 152 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
pgvectorscale is a PostgreSQL extension written in Rust that complements pgvector with a StreamingDiskANN index, statistical binary quantization, and label-based filtered vector search. It delivers significantly higher performance and cost-efficient embedding search for AI applications on self-hosted PostgreSQL.
Use cases
- speed up pgvector similarity search in postgres
- run vector search at scale without a dedicated vector database
- replace pinecone with self-hosted postgres embeddings
- filtered vector search with metadata labels
- store and query millions of embeddings cost-efficiently
- build RAG applications on postgres
When to choose
- you already use PostgreSQL and pgvector but need lower latency and higher throughput
- you want to self-host vector search instead of paying for managed vector databases
- you need label-filtered approximate nearest neighbor search
- you prefer a Rust-based extension with active development
When to avoid
- you need a database other than PostgreSQL
- your vector workload is small enough that plain pgvector suffices
- you cannot install custom Postgres extensions (e.g., some managed hosts)
- you need turnkey managed infrastructure without self-hosting
Facets
library · maturity active
vector-database search-engine database databases machine-learning developer-tools self-hosted cloud rust postgres-extension pgvector diskann vector-search embeddings ann pgrx quantization search retrieval-augmented-generation linux docker
1 source
- readme: https://github.com/timescale/pgvectorscale · fetched 2026-08-28 · 55d119ef503f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| timescale/pgvectorscale | main | 75 |
For agents
markdown · JSON · MCP: product_card(name="timescale/pgvectorscale")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem