InnoDB
What?s InnoDB? Why has it been used as the default MySQL storage engine?
InnoDB is a popular storage engine for MySQL. It’s an alternative to the default MyISAM engine and it has lots of strong sides which have made it the preferred engine for a lot of PHP-driven software apps, among them Magento and Joomla™, which have switched over to InnoDB for good. For example, adding immense data volumes will be faster with InnoDB, as it locks only a single database row to perform a given operation, not the entire database table, which makes the engine ideal for scalable apps. It also supports foreign keys and database transactions – these refer to the manner in which the info is handled. Put simply, importing new or updating existent data will either be fully completed, or will be aborted and the procedure will be rolled back in case any issue shows up in the meantime, which is why the content that remains in the database will not be damaged.
-
InnoDB in Website Hosting
You can use any script-driven application that requires InnoDB if you’ve got a
website hosting plan with our company, as the MySQL database engine is available on our cutting-edge cloud platform by default. Throughout the app activation – manual or automatic, InnoDB will be selected as the default engine and the setup process will proceed flawlessly if this engine is required. You can install apps which require the MyISAM engine without encountering any difficulty as well and, once again, the engine will be pre-selected, so you won’t need to change any setting manually at any moment. What’s more, we will also perform regular backups of all the MySQL databases that you’ve got in your shared hosting account, so in case you erase or overwrite anything, we can swiftly get it back to the way it was on any of the past seven days.