Background
undefined
Description
Replace offset-based pagination with cursor-based for more efficient handling of large datasets and real-time data.
Current Behavior
Pagination using offset/limit
Expected Behavior
Cursor-based pagination
Impact
⚡ Faster pagination queries
📊 More stable pagination with real-time updates
🎯 Consistent performance regardless of dataset size
Acceptance Criteria
Implementation Hints
undefined
Related Issues
Background
undefined
Description
Replace offset-based pagination with cursor-based for more efficient handling of large datasets and real-time data.
Current Behavior
Pagination using offset/limit
Expected Behavior
Cursor-based pagination
Impact
⚡ Faster pagination queries
📊 More stable pagination with real-time updates
🎯 Consistent performance regardless of dataset size
Acceptance Criteria
Implementation Hints
undefined
Related Issues