goverdata / usemon

Automatically exported from code.google.com/p/usemon
1 stars 0 forks source link

Convert database schema from using InnoDB to using MyISAM #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
By default MySql gets installed with the InnoDB engine as the default for
all tables. We have no need for transactional attributes in our
application. Change the default layout to MyIsam and reload the data. This
should improve performance.

Original issue reported on code.google.com by paulr...@gmail.com on 15 Feb 2008 at 11:48