top | item 44564495

(no title)

malkosta | 7 months ago

Offset-based pagination will be a problem on big tables.

discuss

order

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.