[Koha-bugs] [Bug 28534] pending_offline_circulations table uses MyISAM engine

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 14 15:24:45 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28534

--- Comment #11 from Kyle M Hall <kyle at 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.html

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list