Question
Areteans
NZ
Last activity: 30 Aug 2023 9:05 EDT
Custom pagination when fetching huge set of records from database using Stored Procedure
UI is sourced by a data page which accepts IDs as input which can be a csv of huge number of values(Ex: 3k). So we are using stored proc to get result set as report definition doesnt support in this case. Result set as well can be huge (Ex: 3k records for an input of 3k IDs as csv).
Though pagination can be configured on UI, all the records returned by stored proc would still be in clipboard which can cause performance issues. Can you let me know how custom pagination can be implemented in this case if any one has implemented it earlier or any suggestions to handle this.
Any suggestions are appreciated.
Thanks,
Satish