Post

SumitM
SumitM@SumitM_X·
One of the most asked interview question these days : An API returns 1 M records , how would you design pagination ?
English
42
34
445
94.1K
Mahmoud
Mahmoud@JavaDataPro·
@SumitM_X Offset-based pagination for large data not good so I used Instead of page numbers, use a cursor (last seen value). after that I used index to db
English
0
0
0
70
Paylaş