Offset-based Pagination

glossary

Offset-based Pagination

A pagination method using offset and limit parameters (?offset=0&limit=50). Simple but slow for deep offsets.

See Also

Other languages