Added PGroonga extension.

This commit is contained in:
Lodopidolo 2019-11-23 09:38:22 +01:00
parent a970d5ce13
commit 345641ba2e

View File

@ -127,6 +127,7 @@ For Database Management
* [pgTAP](https://pgtap.org/) - Database testing framework for Postgres
* [HypoPG](https://github.com/HypoPG/hypopg) - HypoPG provides hypothetical/virtual indexes feature.
* [pgRouting](https://github.com/pgRouting/pgrouting) - pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality.
* [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.
### Optimization
* [PgHero](https://github.com/ankane/pghero) - PostgreSQL insights made easy.