Do you have an index on the backlog_day?
Feb 1, 2023
3
Level 7
What to use for pagination having rows more then 15 million with Mysql
Hi everyone,
I have 15 million records in the results table, and we need to order by backlog_day descending, and its value will be the difference between the current date and evaluation_due_date. I tried to use cursor pagination, but cursor pagination requires a unique column for pagination, and the backlog_days can have the same values.
Pagination with offset is not performant enough for this large dataset. What should I use? Please suggest.
Thanks
Please or to participate in this conversation.