Actions
Task #90420
closedAdd index to fe_users table to improve backend list view performance with >100k rows
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Performance
Target version:
-
Start date:
2020-02-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
File in current master:
https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/frontend/ext_tables.sql
Index could be:
KEY backend_list_view_count (pid,deleted)
Index size with 150k rows is <3MB, so this index could be a default.
Could be backported to TYPO3 8 and 9.
Actions