SWESPOT

Indexing

B-tree internals, composite index column order, covering indexes, and the cost of every write.

3 articles

Indexes that actually get used

Listed inIndexingDatabaseson

Composite column order, covering indexes, and the six query shapes that make the planner ignore the index you just added.

Intermediate9 min
#databases
#performance

Use the Index, Luke

Listed inIndexingDatabaseson

A free, database-agnostic book on SQL indexing — the clearest explanation anywhere of why composite column order decides everything.

External
Markus Winand · use-the-index-luke.com
#databases
#performance

Indexing

Listed inIndexingDatabaseson

B-tree internals, composite index column order, covering indexes, and the cost of every write.

Intermediate9 minDraft
#performance