Question

Enigma Metaverse Private Limited
Enigma Metaverse Private Limited
IN
Enigma Metaverse Private Limited
Posted: Mar 13, 2024
Last activity: Mar 14, 2024
Last activity: 14 Mar 2024 7:32 EDT
Can anyone suggest Alternative approach to Pagination instead of RDB?
We need to respond to a service request that includes page and limit parameters. The response should contain a specific range of results based on these parameters:
- If page equals 1 and limit equals 10, only the first 10 results should be included in the response.
- If page equals 2 and limit equals 10, results 11 to 20 should be included in the response.
- If page equals 3 and limit equals 10, results 21 to 30 should be included in the response.
- and so on
Currently, we manage this by utilizing a relational database (RDB) with offset and limit functionality. Are there any alternative methods we could consider for achieving this?
***Edited by Moderator Marissa to add Capability tags***
To see attachments, please log in.