Actions
Task #100297
closedCount by * instead of column name
Status:
Closed
Priority:
Should have
Assignee:
Category:
Performance
Target version:
Start date:
2023-03-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
no-brainer
Sprint Focus:
Description
Hello,
MySQL COUNT is always faster than counting by a column name like done in SchedulerTaskRepository.
In case of a given column name the containing value has to be checked against NULL before, which slows down speed.
Stefan
Actions