updated postgres_active_query_count.sql

pull/2/head
Hari Sekhon 4 years ago
parent c69f74ca90
commit 5278da9fb6

@ -16,6 +16,8 @@
-- PostgreSQL number of active queries
--
-- if consistently > CPU Cores, then upgrade/scale
--
-- Tested on PostgreSQL 12.3
SELECT
COUNT(*) as active_query_count

Loading…
Cancel
Save