nestjs-typeorm-paginate
nestjs-typeorm-paginate copied to clipboard
Cursor-based pagination
Hello As we all know offset and limit based pagination have performance issue in large amount of data. I think the best solution is Cursor-based pagination. Do you have any plane to implement this type of pagination?
you mean as a from given ID solution? I did yes #41 However never had a use for it so never implemented it in the end. It is for a given primary key right?
Yes that's right.