
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
Wikidata facts
- Official website
- dev.mysql.com/doc/refman/8.1/en/innodb-storage-engine.html
Sources (2)
via Wikidata · CC0
~1 min read
Article
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==