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 020 / 076
EasyPerformance & Indexes

Create a basic B-Tree index

The query

SQL
CREATE INDEX idx_emp_last_name 
ON employees (last_name);
Tested against PostgreSQL 16

Note

“B-Tree is the default index type in PostgreSQL. Great for equality (=) and range queries (<, >, BETWEEN).

Tables referenced

  • employees10 cols

← Previous

Covering index: avoid heap fetch completely

Next →

Create a UNIQUE 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