Actions
Task #55568
closedBE: Only make SQL count calls on uid not *
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2014-02-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The Record List (list and page module) runs
over all TCA tables and checks if a table should
be listed.
The total query information is called for every table,
which is quite a lot. However, only the count number
on these TCA tables is important. That's why the call
to COUNT is rewritten to COUNT which speeds
up these SQL calls.
Actions