J
jeremy
Video
Choosing Between LIMIT OFFSET and Cursor Pagination in MySQL with Deterministic Ordering
MySQL offers two pagination strategies — LIMIT/OFFSET and cursor-based (keyset/token) pagination — and both presuppose deterministic ordering, meaning the ORDER BY key set uniquely identifies every r…