Creation/population of some tables is slow in InnoDB.
As some tables are re-created each run (set and grouping tables), these wull use the default MySQL storage engine. This used to be MyISAM, but is now InnoDB.
This can lead to various engines being used e.g.
Creation/population of some tables is slow in InnoDB.
As some tables are re-created each run (set and grouping tables), these wull use the default MySQL storage engine. This used to be MyISAM, but is now InnoDB.
This can lead to various engines being used e.g.
The
irstats2_cache_set_values,irstats2_groupings_*, andirstats2_sets_*tables do not have a primary key, so record insertion with the InnoDB engine is slower (http://stackoverflow.com/questions/9114209/innodb-inserts-very-slow-and-slowing-down).The text was updated successfully, but these errors were encountered: