title | issue | author | author_email |
---|---|---|---|
Improve the performance of calculating the exact total count of a query |
NEXT-15399 |
Maximilian Ruesch |
- Added separate
COUNT()
query to calculate the exacttotal
of an entity search instead of usingSQL_CALC_FOUND_ROWS
and an additionalFOUND_ROWS()
query. This improves performance of calculating the total of large query results.