Skip to content

Pagination divides a collection read into bounded pages instead of returning the entire matching set in one response.

A paging contract defines the maximum page size, ordering, and how the client requests the next page.

Offset and keyset pagination have different cost and consistency properties. Stable ordering is required so page boundaries remain meaningful.

Used in DKKB