From 8a2f83ba12960f7f0e23f60ee3efdb6ba48b9628 Mon Sep 17 00:00:00 2001 From: Marcus Gartner Date: Sun, 27 Oct 2019 12:43:13 -0700 Subject: [PATCH] Add pg_flame --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f973a12..63204e1 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ For Database Management * [pgRouting](https://github.com/pgRouting/pgrouting) - pgRouting extends the PostGIS/PostgreSQL geospatial database to provide geospatial routing and other network analysis functionality. ### Optimization +* [pg_flame](https://github.com/mgartner/pg_flame) - A flamegraph generator for query plans. * [PgHero](https://github.com/ankane/pghero) - PostgreSQL insights made easy. * [pgMustard](https://www.pgmustard.com/) - A modern user interface for `EXPLAIN`, that also provides performance tips (Commercial Software).