paradedb/paradedb
One Postgres for your application data, full-text search, vector retrieval, and aggregations. Home of the pg_search extension. observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 99
- Release rhythm 87
- 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: 4
- age_days: 1160
- days_rel: 6
- days_push: 7
- n_releases_24m: 140
Adoption not part of the score
9199 stars · 440 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
ParadeDB is a Postgres extension (pg_search) that adds a custom index for fast full-text search, vector search, BM25 scoring, filtering, and aggregations directly inside PostgreSQL. It lets teams run application data and search workloads in one database instead of syncing to an external engine like Elasticsearch.
Use cases
- add full-text search to my postgres database
- replace elasticsearch with postgres
- run vector similarity search in postgres
- hybrid keyword and semantic search in one database
- bm25 relevance scoring with sql
- avoid syncing postgres data to a separate search engine
- real-time analytics and aggregations on postgres
- build rag retrieval over application data
When to choose
- Postgres is already your primary database and you want search without a second system
- You've outgrown tsvector or pgvector performance or features
- You want to eliminate ETL pipelines syncing data to Elasticsearch
- You need BM25, vector, and hybrid search with transactional guarantees in standard SQL
When to avoid
- You don't use PostgreSQL as your database
- You need a standalone search engine decoupled from your OLTP database
- You require managed cloud search today (ParadeDB Cloud is still in waitlist)
- You need Postgres versions older than 15 or unsupported platforms without building from source
Facets
plugin · maturity active
search-engine vector-database database database-driver analytics databases analytics developer-tools windows self-hosted cloud rust cpp postgresql-extension pg_search bm25 full-text-search hybrid-search vector-search columnar-storage htap elasticsearch-alternative sql search retrieval-augmented-generation linux macos docker
8 sources
- readme: https://github.com/paradedb/paradedb · fetched 2026-08-28 · ada873a9c2b3
- homepage: https://paradedb.com · fetched 2026-08-29 · b541e792325f
- site_page: https://www.paradedb.com/docs/welcome/introduction · fetched 2026-08-29 · aa4721c699f3
- site_page: https://www.paradedb.com/docs/documentation/getting-started/install · fetched 2026-08-29 · 350319ac626f
- site_page: https://www.paradedb.com/docs/deploy/self-hosted/extension · fetched 2026-08-29 · 8f0a0c58f228
- site_page: https://www.paradedb.com/docs/documentation/getting-started/ai-agents · fetched 2026-08-29 · 44396d35586f
- site_page: https://www.paradedb.com/docs/documentation/getting-started/environment · fetched 2026-08-29 · 3ca3707c289b
- site_page: https://www.paradedb.com/docs/changelog · fetched 2026-08-29 · b75763b210ac
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| paradedb/paradedb | main | 91 |
For agents
markdown · JSON · MCP: product_card(name="paradedb/paradedb")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem