US : +1-877-778-6087, UK (Europe): +44-203-026-5337, AUS & APAC: +61-280149899, NL (Europe) : +31-208-111-188, Worldwide : +91-921-395-5509
  • MySQL Repair Software
  • How to Recover section
  • How to Install
  • What is section
  • Subscribe to Newsletter
  • Press Release
Innodb

Home Innodb

Innodb is the new storage engine used now-a-days for MySQL database. This storage engine has numerous advancements over other storage engines. These advancements are as follows:

  • Innodb provides Atomicity, Consistency, Isolation, Durability (ACID) compliant transaction support, which enables all the database transactions to proceed reliably.
  • Innodb is quite similar to PostgreSQL. It also allows blocks of code to be successfully executed by the server.
  • Innodb also provides foreign key support (declarative referential integrity).

InnoDB - a product of Oracle - has numerous features, discussed as follows:

  • InnoDB offers greater perceived availability and reliability as database sizes grow.
  • Innodb is substantially faster than MyISAM in some situations.