mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 21:34:03 +00:00
606 B
606 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| The order of columns in multi-column indices matters | 1502367764119314433 | weekly-thread-2022-10 | tobias_petry |
|
2022-03-11T19:36:02+00:00 | the-order-of-columns-in-multi-column-indices-matters |
⚡️ Database Tip
Creating indexes is a handcraft learned from experience, multiple-column indexes is a lot more complicated. But it doesn't have to be complicated!
Here are 3 simple rules for the column ordering of multiple column indexes, solving 80% of the perf problems.