Y
Hacker News
new
|
ask
|
show
|
jobs
by
malkosta
332 days ago
Offset-based pagination will be a problem on big tables.
1 comments
ethan_smith
332 days ago
Cursor-based pagination (using a unique, indexed column like `created_at` with an ID tiebreaker) would be a more efficient alternative here.
link