Actions
Bug #83676
closedEpic #83652: EXT: Redirects module - Umbrella issue
EXT:redirect Add limitations to documentation
Start date:
2018-01-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hello Core-Team,
thank you for EXT:redirect. It looks pretty good.
As you retrieve ALL valid redirects from CachingFramework, which is configured to use MySQL DB, you have a limitation in column "content", which is configured to mediumblob. This column can save up to 16MB.
A little calculation:
16MB * 1024 * 1024 / 258 (Bytes per record) = ~65.000 redirect records
I'm nearly sure, that nobody will have such a mass of redirect records, but I think we should document that limitation for users. It should also be documented how to solve that problem by configuring CF to use f.e. SimpleFileBackend
Nice greetings
Stefan
Actions