InnoDB


A storage engine for MariaDB that combines high performance with transactional capability (that is, reliability, robustness, and concurrent access -- the ACID design philosophy). Tables created under the InnoDB storage engine are ideally suited for hot backups. In MariaDB 5.5 and higher, InnoDB is the default storage engine for new tables.

See also ACID.

See also hot backup.

See also storage engine.

See also transaction.

Retornar