Specify extensions independently of ParadeDB Docker image, to match Citus' approach

This commit is contained in:
Philippe Noël 2024-02-19 00:49:31 -05:00 committed by GitHub
parent 597060d819
commit a917f467fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,7 +144,8 @@ For Database Management
* [PGroonga](https://pgroonga.github.io/) - PGroonga provides a new index access method that uses Groonga allowing super fast full text search feature against all languages.
* [PGAudit](https://www.pgaudit.org/) - The PostgreSQL Audit Extension (or pgaudit) provides detailed session and/or object audit logging via the standard logging facility provided by PostgreSQL.
* [PostgresML](https://postgresml.org/) - Machine learning and AI inside your database, including vectors, LLMs, and classic ML. Train, predict and manage the entire lifecycle of machine learning models using only SQL.
* [ParadeDB](https://paradedb.com/) - ParadeDB is a modern alternative to Elasticsearch built on Postgres, designed for real-time search & analytics.
* [pg_bm25](https://github.com/paradedb/paradedb/tree/dev/pg_bm25) - pg_bm25 is a PostgreSQL extension that enables full text search over SQL tables using the BM25 algorithm, the state-of-the-art ranking function for full-text search.
* [pg_analytics](https://github.com/paradedb/paradedb/tree/dev/pg_analytics) - pg_analytics is an extension that accelerates analytical query processing inside Postgres to a performance level comparable to dedicated OLAP databases.
### Optimization
* [pg_flame](https://github.com/mgartner/pg_flame) - A flamegraph generator for query plans.
@ -235,6 +236,7 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software).
* [citusdata/citus](https://hub.docker.com/r/citusdata/citus/) - Citus official images with citus extensions. Based on the official Postgres container.
* [mdillon/postgis](https://hub.docker.com/r/mdillon/postgis/) - PostGIS 2.3 on Postgres 9. Based on the official Postgres container.
* [postgres](https://hub.docker.com/_/postgres/) - Official postgres container (from Docker)
* [ParadeDB](https:/hub.docker.com/r/paradedb/paradedb/) - ParadeDB officla image with ParadeDB extensions (pg_bm25, pg_analytics).
## Resources