Use for questions about the Keyset pagination technique
Keyset pagination refers to a technique of serving paged results from a database where the next page of data is selected based on seeking the next N rows ordered by a key starting after the last key value from the previous page.