Hi!!
When i using mysql myisam in wordpress i use plugins like wp optimize. However with InnoDB there aren’t plugins of optimization.
Is it true Mysql Innodb do not need to be optimized? What is your experience?
Greetings !!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I am not a database engineer but I do know that innodb is sometimes faster than myisam. Here is why…
MyIsam will not allow any transactions while another transactions are taking place. This is useful for things where you do not want things to be overwritten or performed at the same time, such as incrementing values.
InnoDB will allow other transactions to occur simultaneously.
Each storage engine is meant for different things, but normally, people will choose InnoDB because it wont block transactions while others are taking place.
More information: http://stackoverflow.com/questions/12614541/whats-the-difference-between-myisam-and-innodb
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.