6 ms·
Offset-based pagination will be a problem on big tables.
by malkosta 1y ago
Offset-based pagination will be a problem on big tables.
- ethan_smith 1y agoCursor-based pagination (using a unique, indexed column like `created_at` with an ID tiebreaker) would be a more efficient alternative here.