| Random Link ¯\_(ツ)_/¯ | ||
| Mar 16, 2017 | » | Designing Data-Intensive Applications [Book]
(8 items)
Relational Model Versus Document Model; Thinking About Data Systems; Designing Data-Intensive Applications [Kleppmann, Martin]; Query Languages for Data; Reliability; Maintainability; Blob Storage; Scalability; |
| 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
|