top | item 44564495 (no title) malkosta | 7 months ago Offset-based pagination will be a problem on big tables. discuss order hn newest ethan_smith|7 months ago Cursor-based pagination (using a unique, indexed column like `created_at` with an ID tiebreaker) would be a more efficient alternative here.
ethan_smith|7 months ago Cursor-based pagination (using a unique, indexed column like `created_at` with an ID tiebreaker) would be a more efficient alternative here.
ethan_smith|7 months ago