Actions
Bug #19287
closedmissing index for deleting outdated session data in fe_session_data
Start date:
2008-09-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
in class.tslib_feuserrauth.php:fetchSessionData() is a query to delete outdated data, with a WHERE condition on `tstamp` which has no index - at least for the system i am observing right now - this takes 1.3 seconds on average (executed 10k times on 24h) - way too long
is there any reason why there is no index on `tstamp`?
(issue imported from #M9289)
Files
Actions