Pagination Performance

Paginate large result sets so page cost stays constant by using keyset (cursor) pagination instead of OFFSET, with a stable, encoded cursor. Use when deep pages get slow, an infinite scroll drifts or duplicates rows, or OFFSET grows with page depth.

Amey-Thakur Updated

File contents

Amey-Thakur/AI-SKILLS/tree/main/skills/performance/pagination-performance commit 87f72e5b61

Frequently asked questions

npx skillmds@latest add amey-thakur/pagination-performance