Paging fetches run the risk of dropping data. For example, if sorting is not possible, and the data is in update order rather than addition order, items in the remaining pages may be updated during paging, causing data to be dropped if they are moved to the top.
Paging fetches run the risk of dropping data. For example, if sorting is not possible, and the data is in update order rather than addition order, items in the remaining pages may be updated during paging, causing data to be dropped if they are moved to the top.