Technologies/PostgreSQL/postgresql.create_index.blocks_total
PostgreSQLPostgreSQLMetric

postgresql.create_index.blocks_total

Index blocks total
Dimensions:None
Available on:DatadogDatadog (1)
Interface Metrics (1)
DatadogDatadog
Total number of blocks to be processed in the current phase. Only available with PostgreSQL 12 and newer. This metric is tagged with db, table, index, command, phase.
Dimensions:None

Technical Annotations (3)

CLI Commands (1)
CREATE INDEX CONCURRENTLY idx_orders_customer ON orders(customer_id);remediation
Technical References (2)
ACCESS EXCLUSIVEcomponentCREATE INDEX CONCURRENTLYconcept
Related Insights (1)
CREATE INDEX blocks all writes during buildcritical