Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 424 Bytes

2021-05-21-improve-exact-total-count-in-dal.md

File metadata and controls

10 lines (10 loc) · 424 Bytes
title issue author author_email
Improve the performance of calculating the exact total count of a query
NEXT-15399
Maximilian Ruesch

Core

  • Added separate COUNT() query to calculate the exact total of an entity search instead of using SQL_CALC_FOUND_ROWS and an additional FOUND_ROWS() query. This improves performance of calculating the total of large query results.