postgresql.live_rows
Estimated live rowsDimensions:None
Interface Metrics (3)
Dimensions:None
Sources
Technical Annotations (6)
CLI Commands (1)
SELECT reltuples::bigint AS estimate FROM pg_class WHERE relname = 'orders';diagnosticTechnical References (5)
pg_classcomponentMVCCconceptxmaxcomponentpg_stat_all_tables.n_dead_tupcomponentpgstattuplecomponentRelated Insights (2)
COUNT(*) on large tables without WHERE clause scans entire tablewarning
▸
MVCC dead rows consume disk space and degrade query performancewarning
▸