For example, if your page size is N and you have N+1 things with the same timestamp, you need a backup sort key or your pagination breaks down
SELECT uuid FROM t where filterable_field > $whatever and uuid > $lastSeen limit $pageSize
For example, if your page size is N and you have N+1 things with the same timestamp, you need a backup sort key or your pagination breaks down