
InnoDB
Sign in to saveInnoDB is a storage engine for the database management system MySQL and MariaDB. Since the release of MySQL 5.5.5 in 2010, it replaced MyISAM as MySQL's default table type. It provides the standard ACID-compliant transaction features, along with foreign key support (declarative referential integrity). It is included as standard in most binaries distributed by MySQL AB, the exception being some OEM versions.
Key facts
- Software.name
- InnoDB
- Software.developer
- Oracle Corporation
- Software.programming language
- C
- Software.operating system
- Cross-platform
- Software.genre
- Database engine
- Software.license
- GNU GPL v2 or proprietary
via Wikipedia infobox
~1 min read
Encyclopedic overview
4 sectionsContents
- Description
- See also
- References
- External links
InnoDB is a storage engine for the database management system MySQL and MariaDB. Since the release of MySQL 5.5.5 in 2010, it replaced MyISAM as MySQL's default table type. It provides the standard ACID-compliant transaction features, along with foreign key support (declarative referential integrity). It is included as standard in most binaries distributed by MySQL AB, the exception being some OEM versions.
==Description==
Excerpted from Wikipedia’s “InnoDB” article, available under the CC BY-SA 4.0 licence.