Thoughts on Arbitrary Pagination
https://blog.seantheprogrammer.com/thoughts-on-arbitrary-pagination [blog.seantheprogrammer.com]
2019-09-19 03:25
Pagination is the act of breaking a data set into multiple pages to limit the amount of data that has to be processed and sent by a server at once. We’re going to be changing how pagination works on crates.io, and I wanted to share some musings about the issues with supporting this as a generic abstraction. While I’m going to be talking about some PostgreSQL internals in this article, the general ideas presented apply to any SQL database.
source: L