1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-12 05:14:04 +00:00
laravel-tips/content/tips/rows-can-be-stored-in-an-already-sorted-way-instead-of-the-default-insertion-order.md
Samuel Štancl c8f91bbe4b Week 25/2022
2022-06-26 21:38:42 +02:00

665 B
Raw Blame History

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
https://pbs.twimg.com/media/FV2QgKRXwAIxTR_.jpg
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.

https://sqlfordevs.io/sorted-table-faster-range-scan