1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-11-24 23:04:24 +02:00

pgAssistant repo moved

This commit is contained in:
Bertrand HARTWIG
2025-08-10 09:32:35 +02:00
committed by Kaarel Moppel
parent 1015a7fbb0
commit 67ed5876b3

View File

@@ -197,7 +197,7 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software).
* [TimescaleDB Tune](https://github.com/timescale/timescaledb-tune) - a program for tuning a TimescaleDB database to perform its best based on the host's resources such as memory and number of CPUs. * [TimescaleDB Tune](https://github.com/timescale/timescaledb-tune) - a program for tuning a TimescaleDB database to perform its best based on the host's resources such as memory and number of CPUs.
* [Metis](https://www.metisdata.io/product/troubleshooting) - Metis provides observability and performance tuning for SQL databases including PostgreSQL. (Commercial Software) * [Metis](https://www.metisdata.io/product/troubleshooting) - Metis provides observability and performance tuning for SQL databases including PostgreSQL. (Commercial Software)
* [aqo](https://github.com/postgrespro/aqo) - Adaptive query optimization for PostgreSQL. * [aqo](https://github.com/postgrespro/aqo) - Adaptive query optimization for PostgreSQL.
* [pgassistant](https://github.com/nexsol-technologies/pgassistant) - A DB optimization dashboard for PostgreSQL with LLM and pgTune integration. * [pgassistant](https://github.com/beh74/pgassistant-community) - A PostgreSQL tool for developers to help understand, optimize database with LLM and pgTune integration.
### Utilities ### Utilities
* [apgdiff](https://www.apgdiff.com/) - Compares two database dump files and creates output with DDL statements that can be used to update old database schema to new one. * [apgdiff](https://www.apgdiff.com/) - Compares two database dump files and creates output with DDL statements that can be used to update old database schema to new one.