Marcus
Well-known member
Like xf_moderator_log (its just 50% of the regular size after changing the format to COMPRESSED) etc.
See https://xenforo.com/community/threa...nodb-tables-with-row_format-compressed.99606/
alter table xf_edit_history ROW_FORMAT=COMPRESSED;
alter table xf_conversation_message ROW_FORMAT=COMPRESSED;
alter table xf_profile_post ROW_FORMAT=COMPRESSED;
alter table xf_post ROW_FORMAT=COMPRESSED;
See https://xenforo.com/community/threa...nodb-tables-with-row_format-compressed.99606/
alter table xf_edit_history ROW_FORMAT=COMPRESSED;
alter table xf_conversation_message ROW_FORMAT=COMPRESSED;
alter table xf_profile_post ROW_FORMAT=COMPRESSED;
alter table xf_post ROW_FORMAT=COMPRESSED;
Last edited:
Upvote
3