24 Oct
2013
24 Oct
'13
7:12 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11136 --- Comment #1 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 22378 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22378&action=edit Bug 11136 - action_logs should be a MyISAM table, not InnoDB The table action_logs is written too at a higher rate than practically any other table. Additionally, action_logs has no foreign key constraints. It seems that this would be a somewhat unique situation where using MyISAM would provide quite a performance boost for large sites with many transactions that use the Action Logs. -- You are receiving this mail because: You are watching all bug changes.