14 Sep
2021
14 Sep
'21
2:24 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28534 --- Comment #11 from Kyle M Hall <kyle@bywatersolutions.com> ---
-- this table is MyISAM, InnoDB tables are growing only and this table is filled/emptied/filled/emptied... -- so MyISAM is better in this case
So it seems that it was expected.
I don't know how it's still relevant however.
This appears to be incorrect for the most part. It is only true if innodb_file_per_table is disabled, but innodb_file_per_table is enabled by default. It lists this behavior specifically as a reason not to disable it. https://dev.mysql.com/doc/refman/8.0/en/innodb-file-per-table-tablespaces.ht... -- You are receiving this mail because: You are watching all bug changes.