Postgres的自动调整工具?

pmo*_*niq 11 database postgresql performance database-tools

我正在寻找自动调整postgresql数据库的工具.您是否知道任何适用于DB2的DB2 Design Advisor,Microsoft SQL Server中的Database Tuning Advisor或Oracle中的SQL Access Advisor等postgres的工具?感谢任何链接和想法:).

Way*_*rad 15

你在寻找pgtune吗?

  • 如https://wiki.postgresql.org/wiki/Tuning_Your_PostgreSQL_Server中所述,您可以使用https://github.com/jfcoz/postgresqltuner和https://github.com/dalibo/pgbadger (2认同)