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.

InnoDB in Dedicated Servers Hosting

InnoDB comes by default with all Linux dedicated servers hosting ordered with the Hepsia hosting Control Panel. It’s an essential part of the software package that will be installed on all Hepsia-managed servers, so as soon as your machine is ready, you will be able to log in and to install any kind of open-source script-driven app that requires this storage engine. When you create a new MySQL database via the hosting Control Panel, there won’t be any activated engine until you begin installing an app. As soon as the app configuration wizard starts importing content into the newly created database, the engine will be picked automatically based on the specific app’s prerequisites, so you can use both InnoDB and MyISAM without selecting either one of them specifically at any point. Thus, you can make use of an immense range of apps for your sites.