Technologies/PostgreSQL/postgresql.index_rel_scans
PostgreSQLPostgreSQLMetric

postgresql.index_rel_scans

Enabled with `relations`. The overall number of index scans initiated on this table. This metric is tagged with db, schema, table.
Dimensions:None
Available on:DatadogDatadog (1)
Interface Metrics (1)
DatadogDatadog
Enabled with `relations`. The overall number of index scans initiated on this table. This metric is tagged with db, schema, table.
Dimensions:None

Technical Annotations (8)

CLI Commands (1)
EXPLAIN ANALYZEdiagnostic
Technical References (7)
pg_stat_user_indexescomponentpg_indexcomponentsequential scansconceptcompound indexconceptcardinalityconceptB-Treecomponentidx_scanconcept
Related Insights (3)
Index configuration mismatches cause sequential scanswarning
Incorrect compound index column order causes inefficient filteringwarning
Unused indexes consume space and write I/O without providing benefitinfo