InnoDB
Learn what a database engine is, what exactly are the merits of the InnoDB engine and why it is gaining that much popularity.
InnoDB is a MySQL database storage engine, which has been gaining in popularity in recent years, because it offers a better overall performance and a faster database crash recovery in comparison to the default engine used by the MySQL DBMS – MyISAM. InnoDB is used by numerous developers that build scalable apps, since it works much more effectively with immense data volumes, while it keeps the server processing load low. In addition, it locks only a single database row in case any information should be edited, while many other engines lock the entire database table and therefore need much more time to perform several successive tasks. Last, but not least, InnoDB complies with a set of "all-or-nothing" rules – if the entire data modification procedure cannot be completed for any reason, the operation is rolled back to avoid scrambling or the loss of data. Magento and the latest editions of Joomla™ are two examples of famous PHP-based applications which have switched over to InnoDB.
InnoDB in Hosting
InnoDB is available with all our Linux hosting by default, not upon request or as a paid upgrade, so you’ll be able to activate and manage any script-based software application which needs the MySQL database storage engine without any impediments once you order your account. InnoDB will be pre-selected as the default engine for a specific database during the app activation, no matter if you use our single-click installation tool or create the database and install the application manually, as long as the app requires InnoDB instead of the more famous MyISAM engine. We will generate daily MySQL database backups, so you can be sure that you’ll never lose any content in case you delete a database by accident or you overwrite some crucial information – you’ll simply need to contact us and we’ll restore your data back to normal.