Jakeyjuju
Jakeyjuju6mo ago

Best way to retrieve a large amount of data from a table?

I need to retrieve data from a table with more items than the query limits allow. Is there a way to retrieve a specific range of items from a table (e.g items 1000-2000) in order to split a larger query into several smaller ones?
1 Reply
RJ
RJ6mo ago
Convex supports cursor-based pagination, see: https://docs.convex.dev/database/pagination

Did you find this page helpful?