We recommend running ParadeDB Enterprise, not Community, in production to
maximize uptime. See overview.
pg_search extension, which powers all of ParadeDB’s custom functionalities.
Prerequisites
Prebuilt binaries are compiled for modern CPUs: x86-64-v3 (Intel/AMD 2013+),
ARMv8.2-A+RCpc (AWS Graviton 2+, Ampere Altra, 2020+), and Apple M1+ (2020+).
Older CPUs are not supported.
Install the ParadeDB Postgres Extension
ParadeDB Community
ParadeDB provides prebuilt binaries of our extension for Postgres 15+ on:- Debian 12 (Bookworm) and 13 (Trixie)
- Ubuntu 22.04 (Jammy) and 24.04 (Noble)
- macOS 14 (Sonoma) and 15 (Sequoia)
- Red Hat Enterprise Linux 9 and 10
pg_search
The prebuilt releases can be found in GitHub Releases.You can replace
0.22.6 with the pg_search version you wish to install and
17 with the version of Postgres you are using.ParadeDB Enterprise
If you are a ParadeDB Enterprise user, you should have received a copy of the enterprise binaries. Please contact sales for access.Update postgresql.conf
Next, add the extension(s) to shared_preload_libraries in postgresql.conf.
Load the Extension
Finally, connect to your Postgres database via your client of choice (e.g.psql) and run the following command:
pg_search can be combined with pgvector for hybrid search. You can find
the instructions for installing pgvector on the pgvector GitHub
repository.