Added by: bluxmit
Apr 23, 2023
Version

~> pg_flame

Description
A flamegraph generator for Postgres EXPLAIN ANALYZE output.
Links
Install (execute in workspace terminal)
wrk install pg-flame==1.2
Remarks and hints
psql usda -qAtc 'EXPLAIN (ANALYZE, FORMAT JSON) SELECT *
FROM a_table A
JOIN b_table B ON A.id = B.a_id \
| pg_flame > flamegraph.html
Scripts
# Istall script # Start script

compatible with all workspaces

no compatibility requirements