Vol. I · A Postgres HandbookTwelve chapters · · 756 queries

The Query & the Schema

A reading-room reference for writing PostgreSQL by hand — selects to window functions, with the schema in plain view.

FrontChaptersSchemaColophon
Chapters · Performance & Indexes · Query 025 / 076
AdvancedPerformance & Indexes

Create Index Concurrently

The query

SQL
CREATE INDEX CONCURRENTLY idx_orders_date 
ON orders (order_date);
Tested against PostgreSQL 16

Note

“Builds the index without locking the table against writes. Takes longer but is mandatory for production environments with zero downtime.

Tables referenced

  • orders6 cols

← Previous

Create an Expression (Function-based) Index

Next →

Drop an Index

The Query & the Schema

Set in Fraunces and Inter Tight. Printed on parchment, in oxblood and ink. No tracking, no accounts, no JavaScript on the answer pages beyond what your browser needs to copy a query.

Compiled for Postgres 16 · MMXXVI