Offset pagination vs Cursor pagination
问题 I am studying about pagination and i have some question -1. what is diff (title) -2. what kind of situation is desirable to use cursor based pagination -3. can cursor based pagination move to specific page? -4. if(-3) how can cursor based pagination go back to Previous page? -5. Are there performance differences? My thought I think cursor based is much more complex and most case offset based pagination is desirable. only real time data need cursor based pagination. 回答1: Cursor pagination is