InnoDB is a storage engine for MySQL relational databases, which is used by famous script-driven applications like Magento and Joomla v3. It is perfect for scalable applications, as it performs incredibly well when managing enormous amounts of data. Instead of locking the entire database table to insert new information in a database as many other engines do, InnoDB locks only one row, so it can complete a lot more tasks for the same period of time. Additionally, InnoDB offers a much faster database crash recovery and supports transactions and foreign keys – rules that specify how data inserts and updates should be handled. In case a certain task hasn’t been entirely completed for some reason, the action will be rolled back. Thus, the content in the database will be retained safe and sound and will not be partially merged with newly imported content.

InnoDB in Cloud Hosting

Every script-based web app that needs InnoDB will function impeccably on our cutting-edge cloud hosting platform and the database engine is offered with all our cloud hosting packages. Whenever you create a MySQL database manually or our app installer creates one automatically and an app installation is initiated, the engine that the database in question will use will be selected based on the app’s requirements without having to edit any setting in your shared web hosting account. InnoDB will be selected automatically for any application that requires this specific engine and you will be able to take advantage of its full capacity. We’ll keep daily backups of your content, so in case you accidentally delete a database that’s important to you or you overwrite specific parts of it, we will be able to restore your database the way it was only a couple of hours ago.

InnoDB in Semi-dedicated Hosting

InnoDB is included with all our Linux semi-dedicated hosting by default, so as soon as you create a new account, you can go ahead and install any PHP-based app that needs this storage engine. Several engines are installed on our cloud hosting platform, so when you create a brand new database and begin installing an app manually, or opt to use the Hepsia hosting Control Panel-integrated application installer tool, the engine for the database will be chosen depending on the prerequisites of the given app. This will permit you to activate and manage InnoDB-specific apps without having to deal with any impediment and without the need to modify any settings in your account. To be on the safe side, we will always have a 7-day-old backup of all your databases, so if you remove or alter any content by accident, we can quickly restore it.

InnoDB in Dedicated Web Hosting

Our Hepsia Control Panel is among the features that you can pick on the server configuration page when you purchase a dedicated server from our company. Since this is the most powerful kind of web hosting, it’s rather likely that you will run popular Internet sites that will attract plenty of people, and since InnoDB is among the best options for such sites, we will install it along with all the other software applications that are offered with a Hepsia-managed server. If you set up a brand-new MySQL database in your dedicated server account, there won’t be any active MySQL database engine until you start installing an open-source script, whether manually through your Internet browser or using the automatic scripts installer tool that is included in the Control Panel. The required engine will be detected and will be assigned to the database in question, so you can activate scripts that need InnoDB, as well as ones that need MyISAM – the default MySQL engine, without coming across any impediment.