Actions
Bug #20581
closedfunctions flushByTag and flushByTags in caching framework db backend are very unefficient
Start date:
2009-06-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
problem:
functions flushByTag and flushByTags in caching framework db backend are very precessing intensive because they do several loops to clean the cache entries one by one.
solution:
use one mysql query that cleans all entries with the requested tags at once
(issue imported from #M11285)
Files
Updated by Michael Stucki over 15 years ago
Rupi, will you send this to the core team list?
Updated by Rupert Germann over 15 years ago
arghh, I'm getting old ;-/
already committed.
Actions