1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-11-27 23:32:48 +02:00
Adaptive query optimization for PostgreSQL

https://github.com/postgrespro/aqo
This commit is contained in:
Vinodh Zamboulingame
2025-05-01 12:42:33 +02:00
committed by Kaarel Moppel
parent a80cf8a7d3
commit e04cf59dd8

View File

@@ -187,6 +187,7 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software).
* [pg_web_stats](https://github.com/kirs/pg_web_stats) - Web UI to view pg_stat_statements.
* [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)
* [aqo](https://github.com/postgrespro/aqo) - Adaptive query optimization for PostgreSQL.
### 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.