|
|
|
|
|
by _gni9
2225 days ago
|
|
that was eye-opening indeed. Before reading his blog, I had no clue how indexes worked and how to write SQL that match the index structure (for instance the order of conditions in the where clause matter if you want to leverage a multi-column index). |
|
Ups, if this is you take away, then I've done something wrong.
Let me correct that: The order of columns in an index matters, not the order of conditions in the where clause.