Add ParadeDB

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

View File

@ -144,6 +144,7 @@ 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.
### Optimization
* [pg_flame](https://github.com/mgartner/pg_flame) - A flamegraph generator for query plans.