This via r/programming today: Recommended Pagination for APIs. Keyset pagination is an approach I’ve seen recommended a fair bit lately…
Tag Archives: offset
Keyset pagination
A case for keyset pagination in preference to OFFSET.
PostgreSQL LIMIT and OFFSET
Reply
Today I learned about LIMIT and OFFSET in PostgreSQL, which differs slightly from its MySQL cousin.