InnoDB

« Back to Glossary Index

InnoDB is a database engine / storage engine for MySQL and MariaDB DBMSes

Its main advantage over other MySQL storage engines is that it allows “ACID” transactions (atomic, consistent, isolated and durable), as well as foreign key management (with consistency checking). InnoDB is therefore a relational and transactional database engine.

« Back to Glossary Index