ParadeDB
ParadeDBParadeDB is a Postgres extension that adds a custom index for full-text search with BM25 scoring, vector search, filtering and aggregations directly inside Postgres, so application data and search live in one database rather than two systems kept in sync.
Distinct from pgvector, already on this roster - pgvector adds vector search to Postgres, ParadeDB adds a separate BM25 full-text and vector index (the pg_search extension) with aggregation support. Verified 2026-09-02 via the GitHub API and the LICENSE body.
Openness
5 high confidence- license
- AGPL-3.0(OSI)
- source
- public
- core-gated
- ungated
AGPL-3.0 license body confirmed. The repository is public and unarchived and builds the whole extension, and the README describes no paid tier, enterprise edition or license-gated build beside it - only separately sold hosting options for the same AGPL-3.0 extension.
- https://github.com/paradedb/paradedb/blob/main/LICENSE recorded 2026-09-02
LICENSE file is the verbatim GNU Affero General Public License v3.0 text.
- https://api.github.com/repos/paradedb/paradedb recorded 2026-09-02
Repo metadata - license spdx_id AGPL-3.0, private false, archived false, default branch main - for paradedb/paradedb.
- https://github.com/paradedb/paradedb/blob/main/README.md recorded 2026-09-02
README describes a Postgres extension upgrading it with a custom BM25 full-text and vector index, filtering and aggregations, listing self-hosting and managed deploy options with no paid tier, enterprise edition or license-key-gated build beside the AGPL-3.0 extension.
Adoption
2 low confidence9,221 GitHub stars, which lands in the 1K-10K stars band of the stars scale, level 2. ParadeDB ships as a Postgres extension with no standalone package registry artifact, and no deployment count is published, which leaves the stars scale and its cap of 3.
- https://api.github.com/repos/paradedb/paradedb recorded 2026-09-02
Repo metadata - stargazers_count = 9,221 - for paradedb/paradedb.
Capability
3 medium confidenceBanded on the category feature matrix as working single-purpose store or index, level with pgvector - the same shape (a Postgres extension inheriting the host database's persistence and transactions) with a broader set of retrieval modes (full-text, vector and aggregation rather than vector alone), but no distribution or clustering of its own beyond what Postgres provides, so it stays at this band rather than the one above.
- https://github.com/paradedb/paradedb/blob/main/README.md recorded 2026-09-02
README documents a Postgres extension for full-text, vector and aggregation search with no distributed cluster mode of its own.
Verified 2026-09-02