Fun MySQL fact of the day: paginating non-unique ranges
Yesterday, we started considering ways to paginate data without usingOFFSET
. We looked at a rather "simple" case where we were paging on a primary or unique key, but in some cases, that's not good enough. This is especially true in a system where the primary or unique ... read more