是否可以截断 sys_file_processedfile?
is it possible to truncate sys_file_processedfile?
我遇到了一个 sys_file_processedfile
table 超过 200.000 个条目的问题。是否可以在不破坏某些东西的情况下截断 table 并清空文件夹 /fileadmin/_processed_
?
谢谢!
有可能。
在维护下的管理工具 (Installtool) 中有一个名为 Remove Temporary Assets
的卡,您应该使用它来执行此操作。
TYPO3 stores processed files and cached images in a dedicated directory. This directory is likely to grow quickly.
With this action you can delete the files in this folder. Afterwards, you should also clear the cache database tables.
The File Abstraction Layer additionally stores a database record for every file it needs to process. (e.g. image thumbnails). In case you modified some graphics settings (All Configuration [GFX]) and you need all processed files to get regenerated, you can use this tool to remove the "processed" ones.
我遇到了一个 sys_file_processedfile
table 超过 200.000 个条目的问题。是否可以在不破坏某些东西的情况下截断 table 并清空文件夹 /fileadmin/_processed_
?
谢谢!
有可能。
在维护下的管理工具 (Installtool) 中有一个名为 Remove Temporary Assets
的卡,您应该使用它来执行此操作。
TYPO3 stores processed files and cached images in a dedicated directory. This directory is likely to grow quickly.
With this action you can delete the files in this folder. Afterwards, you should also clear the cache database tables.
The File Abstraction Layer additionally stores a database record for every file it needs to process. (e.g. image thumbnails). In case you modified some graphics settings (All Configuration [GFX]) and you need all processed files to get regenerated, you can use this tool to remove the "processed" ones.