InnoDB
Find out about InnoDB and find out why it’s been selected as the default MySQL database engine.
InnoDB is a MySQL database engine, which has been gaining popularity in recent years, as it offers a significantly better overall performance and a faster database failure recovery in comparison with the default engine used by the MySQL DBMS – MyISAM. InnoDB is endorsed by lots of programmers that run highly scalable applications, because it works much better with immense data volumes, while it keeps the server load at a minimum. Additionally, it locks only a single database row if any information should be edited, while many other engines lock the entire database table and hence need more time to execute several consecutive tasks. Last, but not least, InnoDB adheres to the "all-or-nothing" rule – in case the modification of the entire data cannot be completed successfully for whatever reason, the operation is rolled back to prevent scrambling or data loss. Magento and the latest versions of Joomla™ are two examples of widely used PHP-driven software applications that have moved to InnoDB.
-
InnoDB in Website Hosting
You’ll be able to make use of any PHP script-based web app that needs InnoDB in case you’ve got a
Linux website hosting service with us, as the MySQL storage engine is present on our avant-garde cloud platform by default. During the app activation – manual or automatic, InnoDB will be selected as the default engine and the setup will continue impeccably if this engine is required. You can run apps that need the MyISAM engine without any difficulty as well and, once again, the engine will be selected automatically, so you will not have to configure anything manually at any point. Furthermore, we’ll also create daily backups of all the databases that you’ve got in the shared account, so if you delete or overwrite something, we can swiftly get it back to the way it was on any of the previous seven days.
-
InnoDB in Semi-dedicated Hosting
All our
Linux semi-dedicated hosting support InnoDB and you’ll be able to take full advantage of all the features offered by this database storage engine with any open-source script-driven software application that needs it. InnoDB is among the engines that we have on our cloud hosting platform, so the one that will be picked depends on the prerequisites of the specific app. You will not have to do anything manually to activate InnoDB, because it will be set as the default engine whenever you install an application – whether manually or using our one-click app installer tool. To be on the safe side, we will store regular MySQL database backups, so if anything goes wrong following some update or if you delete some data by accident, we will be able to restore your database the way it was on any of the previous seven days.
-
InnoDB in VPS Hosting
If our custom-developed Hepsia Control Panel is selected during the registration process for your new
Linux virtual private servers , InnoDB will be activated on the Virtual Private Server together with other needed pieces of software, so you won’t have to do anything if you choose to use PHP-based applications that need this MySQL database storage engine. The default MySQL engine, MyISAM, will be installed as well. You can set up a brand new MySQL database and start the app installation procedure manually or through our one-click installer. The system will automatically recognize which engine the particular app requires and will assign it to the specific database, so the installation process will proceed flawlessly and the app can insert its content into that database. Thus, you can install apps with various requirements concerning the MySQL engine without making any changes on your Virtual Private Server.
-
InnoDB in Dedicated Web Hosting
InnoDB is included by default with all
Linux dedicated hosting services that are ordered with the Hepsia hosting Control Panel. It is included in the standard software package that will be installed on all Hepsia-equipped dedicated servers, so as soon as your physical machine is assembled, you will be able to sign in and to install a various open-source script-based software application that needs this particular MySQL database storage engine. When you set up a new MySQL database via the Control Panel, there won’t be any activated engine until you begin installing an app. Once the app setup wizard begins inserting data into the newly created database, the engine will be selected automatically on the basis of the requirements of the respective app, so you can use both InnoDB and MyISAM without selecting either one specifically at any time. In this way, you can use a vast selection of apps for your sites.