| Random Link ¯\_(ツ)_/¯ | ||
| Jan 3, 2021 | » | Information Retrieval Medley
3 min; updated Sep 5, 2022
Pagination with Relative CursorsExposing pagination through URLs like example.com/items?page=25&limit=100
leads to SQL like With relative cursors, we have URLs like example.com/items?limit=50&lastID=XXX,
which leads to SQL like
|