Details
-
Question
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
V2 2.0.3
-
None
-
Important
Description
Hi,
How server side pagination is implemented for ODATA?
Let's say we have around 10GB of data. So we will get the data in different pages and we will be getting next link for remaining data. But if some other user inserts or deletes data in parallel, then how will it ensure the consistency of data?
Expected result will get changed or server will do some kind of cashing or save the state of client? As ODATA is based on rest principles, so server should not save the state of client.
Thanks and Regards,
Pratyush