InnoDB is a MySQL storage engine, which has been gaining in popularity lately, because it provides a significantly better overall performance and a faster database failure recovery in comparison to the default engine used by the MySQL RDBMS – MyISAM. InnoDB is used by plenty of developers that build scalable software apps, due to the fact that it works better with enormous amounts of data, while it keeps the server processing load low. Furthermore, it locks only one database row if any info should be modified, while many other engines lock the entire database table and therefore need more time to carry out several sequential tasks. Last, but not least, InnoDB obeys the "all-or-nothing" rule – in case the modification of the entire data cannot be completed for some reason, the operation is rolled back to avoid scrambling or the loss of data. Magento and the newest releases of Joomla are two examples of popular open-source script-powered software apps that have switched over to InnoDB.

InnoDB in Cloud Web Hosting

While InnoDB is either a paid upgrade or it is not available at all with many other web hosting providers, it’s an integral part of the default set of services that we are offering with our cloud web hosting plans. If you would like to make use of a script-powered app that needs InnoDB in particular, in order to be activated and to function properly, you will not have to deal with any obstacles as the database engine is available on our in-house built cloud platform. Irrespective of whether you set up a brand new MySQL database and install an application manually or use our 1-click application installer instrument, InnoDB will be selected automatically by our system as the default engine if the app requires InnoDB rather than MyISAM. In addition to the excellent database failure recovery that InnoDB offers, we also store regular backups of all databases, so that we can quickly restore any MySQL database in your shared hosting account.

InnoDB in Dedicated Web Hosting

Our Hepsia hosting Control Panel is among the features which you can choose on the order form when you buy a dedicated server from our company. As this is the most powerful type of website hosting, it’s pretty likely that you’ll manage very popular websites that will draw lots of individuals, and since InnoDB is among the best choices for such sites, we will activate it along with all the other software apps that come with a Hepsia-managed server. When you create a new MySQL database in your dedicated server account, there won’t be any activated MySQL database engine until you start installing an open-source script, whether manually via your Internet browser or using the automatic script installation tool that is included in the Control Panel. The required engine will be recognized and will be set for that database, so you can install scripts that need InnoDB, as well as ones that need MyISAM – the default MySQL engine, without the need to cope with any obstacle.