Paginate count(*) query issue. #45564
Unanswered
nikunj-7span
asked this question in
Q&A
Replies: 1 comment
-
Sounds like a great addition, did you make a pull request? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the Bug
When I use paginate for pagination the data it call the count( * ) query every time even I pass the column name like count(['id']), and the count( * ) query scan all row in the table.
Table name is
mobiles
and it has 45 columnRoute
mobiles
routeActual result
Expected result
Steps To Reproduce:
Final Results:
Beta Was this translation helpful? Give feedback.
All reactions