PostgreSQL

Databases & Data Engineering

Your Slow Query Is Probably a Missing Composite Index

Adding an index per column is not an indexing strategy. Column order in composite indexes determines whether they get used…

Read More »
Databases & Data Engineering

A Database Migration That Locks the Table Is an Outage With Extra Steps

Adding a column sounds harmless. Adding one with a non-null default on a large table can lock it for the…

Read More »
Back to top button