Hi Barry, From the kohastructure.sql file:
1350 -- this table is MyISAM, InnoDB tables are growing only and this table is filled/emptied/filled/emptied... 1351 -- so MyISAM is better in this case On Tue, 24 Jan 2017 at 15:24 Jonathan Druart <[email protected]> wrote: > Hi Barry, > > From the kohastructure.sql file: > > 1350 -- this table is MyISAM, InnoDB tables are growing only and this > table is filled/emptied/filled/emptied... > 1351 -- so MyISAM is better in this case > > > > On Tue, 24 Jan 2017 at 14:54 Barry Cannon <[email protected]> wrote: > > > > Hi, > > Does anyone have know why pending_offline_operations is using > > MyISAM as it's storage engine? It seems to be the only table left using > > it. > > It's a small concern when considering database backup procedures - > > table locking specifically. I see some old bugs relating to this table > > but nothing specifically discussing the storage engine. > > > > Thanks##SELECTION_END## > > > > > > -- > > Regards > > Barry Cannon > > Interleaf Technology > > web: http://www.interleaf.ie > > ph: +35312865855 <+353%201%20286%205855> > > skype: bar.cannon > > > > _______________________________________________ > > Koha mailing list http://koha-community.org > > [email protected] > > https://lists.katipo.co.nz/mailman/listinfo/koha > _______________________________________________ Koha mailing list http://koha-community.org [email protected] https://lists.katipo.co.nz/mailman/listinfo/koha

