From 69e296c3b591c7ca8dacb85efffa4713a268ddeb Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Mon, 12 Aug 2024 09:50:03 +0200 Subject: [PATCH] fix performance analysis query --- doc/rbac-performance-analysis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rbac-performance-analysis.md b/doc/rbac-performance-analysis.md index 3e43a090..504d1639 100644 --- a/doc/rbac-performance-analysis.md +++ b/doc/rbac-performance-analysis.md @@ -126,7 +126,7 @@ SELECT calls, query FROM statements WHERE calls > 100 AND shared_blks_hit > 0 -ORDER BY total_exec_time_mins DESC +ORDER BY total_exec_time DESC LIMIT 16; ```