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

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.





Comments

Popular posts from this blog

Joomal 3.6.3 update error - PHP temporary folder is not set - Joomla! Forum - community, help and support

Upgrade 3.4.8 to 3.5.1 failed "download package failed" - Joomla! Forum - community, help and support

Fatal error during instalation - Joomla! Forum - community, help and support