~/.mathieu

  • About
  • Projects
  • Garden
Home

❯

slips

❯

Data pagination

Data pagination

02 Nov 2023

  • knowledge
  • data-structures
  • performance
  • data-access

Data pagination is the practice of dividing records into pages. This makes it easier to retrieve certain parts of data, or not everything at once.

It is usually wanted when there are too many records to show to a user, like with the history of content consumption.

The most common way is using the Offset pagination method. Another way is using the Keyset pagination method.

Reference

fleeting-2023-11-01


Backlinks

  • Digital Garden
  • Limit/Offset pagination
  • Keyset pagination
  • Software engineering
  • Data pagination
  • Reference

Recent Notes

  • CLI Quick Reference

    27 Aug 2025

    • research
    • cheatsheet
  • Event handlers

    26 Aug 2025

    • distilled
  • Aggregates are private

    26 Aug 2025

    • distilled
  • Home
  • Recent notes
  • Timeline
  • RSS Feed

Created with Quartz v4.5.0 © 2025