Database Indexing

Databases & Data Engineering

An Index the Planner Refuses to Use Is Not a Broken Planner

An index on a low-cardinality column often gets ignored by the query planner, and that is usually the correct decision…

Read More »
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 »
Back to top button