|
|
|
|
|
by simonw
1896 days ago
|
|
Cursor based pagination is much better from a performance point of view against large amounts of data. It's also sometimes called keyset pagination - there's a good article about that here: https://use-the-index-luke.com/no-offset I implemented it in https://datasette.io - it's quite tricky to build if you want to support arbitrary sort orders. |
|