From 561e5d034cd9548e594f7d3ad453fbae19d01b22 Mon Sep 17 00:00:00 2001 From: Ivan Muratov Date: Tue, 16 Apr 2019 21:17:24 +0300 Subject: [PATCH] Add TimescaleDB Tune to optimization section. Separate changes from https://github.com/dhamaniasad/awesome-postgres/pull/244 Issue #236 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 272753b..aa53ad2 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ For Database Management * [pgconfig.org](https://github.com/sebastianwebber/pgconfig) - PostgreSQL Online Configuration Tool (also based on pgtune). * [PoWA](https://powa.readthedocs.io/en/latest/) - PostgreSQL Workload Analyzer gathers performance stats and provides real-time charts and graphs to help monitor and tune your PostgreSQL servers. * [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. ### 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.