mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
665 B
665 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| Rows can be stored in an already sorted way, instead of the default insertion order | 1540401132014411776 | weekly-thread-2022-25 | tobias_petry |
|
2022-06-24T18:27:03+00:00 | rows-can-be-stored-in-an-already-sorted-way-instead-of-the-default-insertion-order |
⚡️ Database Tip
In most applications, all rows are physically sorted in the database file by their insertion order. By sorting them instead optimally for your application a huge databases will still be amazingly fast.