SQL Optimize Question - Joomla! Forum - community, help and support
i having issues hosting , optimizing databases. when using phpmyadmin or admin tools repair , optimize used take few seconds this. takes long time optimize these databases.
i message on optimizing on tables.
table not support optimize, doing recreate + ...
why there 2 types of tables in database? see myisam , innodb under type?
any experts here have insight me?
thanks
i message on optimizing on tables.
table not support optimize, doing recreate + ...
why there 2 types of tables in database? see myisam , innodb under type?
any experts here have insight me?
thanks
innoddb tables cannot optimized using "optimize" mysql command - that's why recreation of table , copying on data. main difference between innodb , myisam former supports acid model, second not. additionally, myisam tables more crash prone because of structure (but myisam tables lighter innodb).
it advisable change tables myisam innodb, , make sure my.cnf optimized innodb.
it advisable change tables myisam innodb, , make sure my.cnf optimized innodb.
Comments
Post a Comment