Technologies/PostgreSQL/idx_tup_fetch
PostgreSQLPostgreSQLMetric

idx_tup_fetch

Index rows fetched
Dimensions:None
Available on:DatadogDatadog (2)Native (1)PrometheusPrometheus (1)
Interface Metrics (4)
DatadogDatadog
Enabled with `relations`. The number of live rows fetched by index scans. This metric is tagged with db, schema, table, index.
Dimensions:None
DatadogDatadog
Enabled with `relations`. The number of live rows fetched by index scans. This metric is tagged with db, schema, table.
Dimensions:None
Native
Number of live table rows fetched
Dimensions:None
PrometheusPrometheus
Number of live rows fetched by index scans
Dimensions:None

Technical Annotations (3)

CLI Commands (1)
ANALYZE table_name;remediation
Technical References (2)
pg_stat_user_tablescomponentpg_stat_statementscomponent
Related Insights (1)
High sequential scan counts indicate missing indexesinfo