From 81037396fa22feaf2bae0fc9fe1ce35dbd4f8120 Mon Sep 17 00:00:00 2001 From: Kaarel Moppel Date: Fri, 27 Jun 2025 13:10:47 +0200 Subject: [PATCH] Add pgassistant under Optimization An open-source DB overivew / imprevemnts suggestion dashboard --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 15feb83..4bb35e7 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,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. * [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. +* [pgassistant](https://github.com/nexsol-technologies/pgassistant) - A DB optimization dashboard for PostgreSQL with LLM and pgTune integration. ### 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.