Offset-Based Pagination

Back to Pagination

Uses page number and page size (or offset and limit) parameters. Simple to implement but suffers from inconsistency when data changes between requests and performance degradation for large offsets (database must skip rows).

property pagination offset-based