Hello,
the database on my website is getting very heavy, and I need to find a way to make it lighter because it can not keep growing and growing.
Here are the heaviest tables:
11,1 GiB IPcms_database_revisions.ibd
4,4 GiB IPforums_posts.ibd
3,7 GiB IPcore_edit_history.ibd
3,0 GiB IPcore_log.ibd
1,6 GiB IPcore_search_index.ibd
Especially the IPcms_database_revisions I think can be optimized. Is there a way to automatically delete revisions older than x days/weeks/months/years?
Thank you in advance!