~/.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

  • Server level text compression

    16 May 2025

    • knowledge
    • performance
    • devops
  • Application level text compression

    16 May 2025

    • knowledge
    • performance
  • Brotli

    16 May 2025

    • knowledge
    • algorithms

Created with Quartz v4.5.0 © 2025

  • Home
  • Recent notes
  • Timeline
  • RSS Feed