1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-01-09 14:45:36 +02:00

Merge pull request #170 from rjuju/hypopg

Add HypoPG, hypothetical indexes for PostgreSQL.
This commit is contained in:
Asad Dhamani 2017-11-07 20:51:53 +05:30 committed by GitHub
commit 2a285b6fdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,6 +104,7 @@
* [pgMemento](https://github.com/pgMemento/pgMemento) - Provides an audit trail for your data inside a PostgreSQL database using triggers and server-side functions written in PL/pgSQL.
* [Timescale](https://www.timescale.com/) - Open-source time-series database fully compatible with Postgres, distributed as extension
* [pgTAP](http://pgtap.org/) - Database testing framework for Postgres
* [HypoPG](https://github.com/dalibo/hypopg) - HypoPG provides hypothetical/virtual indexes feature.
### Optimization
* [PgHero](https://github.com/ankane/pghero) - PostgreSQL insights made easy.