InnoDB is a database storage engine for MySQL relational databases, which is used by well known PHP-powered applications like Magento and Joomla 3. It’s ideal for scalable applications, because it performs incredibly well when processing huge data volumes. Instead of locking the entire database table to import new information into a database as many other engines do, InnoDB locks only one row, so it can process much more tasks for the same length of time. Also, InnoDB offers a much better database failure recovery and supports database transactions and foreign keys – rules that specify how data inserts and modifications should be handled. In case a certain operation has not been fully completed for some reason, the action will be rolled back. Thus, the content in the database will be kept undamaged and will not be partially mixed with newly appended content.

InnoDB in Cloud Web Hosting

You will be able to install any open-source script-driven software application that requires InnoDB in case you’ve got a cloud web hosting with our company, as the database engine is available on our innovative cloud website hosting platform by default. During the app activation – manual or automatic, InnoDB will be selected as the default engine and the setup will proceed impeccably in case this engine is needed. You can install apps which require the MyISAM engine without having to deal with any problem as well and, again, the engine will be selected automatically, so you won’t have to modify any setting manually at any time. Furthermore, we’ll also perform daily backups of all the databases that you have in the shared hosting account, so if you delete or overwrite something, we can swiftly get it back to the way it was on any of the previous 7 days.

InnoDB in Semi-dedicated Servers

All our semi-dedicated servers include InnoDB and you will be able to take advantage of all the features of this MySQL storage engine with any PHP script-driven web application that needs it. InnoDB is among the engines that are available on our cloud web hosting platform, so the one that will be selected depends on the requirements of the given app. You won’t have to do anything manually to activate InnoDB, since it will be set as the default engine whenever you install an app – whether manually or using our single-click app installer tool. To be on the safe side, we’ll generate regular backups of all your MySQL databases, so if anything goes wrong after an update or if you erase some content by mistake, we’ll be able to get your database back to the way it was on any of the previous seven days.

InnoDB in VPS Servers

When you acquire a VPS server from our company, you will be able to use our in-house developed Hepsia Control Panel to manage your web content. A Hepsia-managed Virtual Private Server will permit you to use any PHP script-powered software app that requires InnoDB, as this database storage engine is an essential part of the software package that will be installed on the Virtual Private Server during its configuration. When you set up a brand-new database using the Control Panel, you just need to begin installing an app – manually or using our application installer. InnoDB will be set as the default engine as long as the application in question needs it, so you will not have to do anything else in your VPS account. In the same manner, if a certain app requires MyISAM, it will be automatically set as the default engine for this specific database.

InnoDB in Dedicated Servers

Our Hepsia Control Panel is among the options which you can select on the server configuration page when you buy a dedicated server from our company. Since this is the most powerful type of website hosting, it’s rather likely that you’ll run very popular Internet sites that will attract a lot of visitors, and since InnoDB is among the best choices for such Internet sites, we will install it together with all the other software apps that are offered with a Hepsia-managed server. When you set up a brand-new MySQL database in your dedicated server account, there won’t be any activated MySQL database storage engine until you begin installing an open-source script, whether manually via your browser or using the automatic scripts installer tool that is integrated into the Control Panel. The necessary engine will be detected and will be set for the database in question, so you can use scripts that require InnoDB, as well as ones that need MyISAM, the default MySQL engine, without any complications.