Let us see how much you have learned in this chapter by going over these review questions.
not a type of storage engine?
MyISAM and BDB storage engines provide transaction-safe tables.
FEDERATED storage engine allows a collection of identical MyISAM tables to be handled as a single table.
FEDERATED storage engine is the default storage engine.
MEMORY storage engine provides in-memory tables.
MERGE storage engine allows a collection of identical InnoDB tables to be handled as a single table.
InnoDB?
InnoDB does locking on the row level and also provides an Oracle-style consistent non-locking read in SELECT statements.
InnoDB has been designed for maximum performance when processing large data volumes.
InnoDB provides MySQL with a transaction-safe storage engine that has commit, rollback, and crash recovery capabilities.
InnoDB supports FOREIGN KEY constraints.
InnoDB tables with tables from other MySQL storage engines.
InnoDB uses that writes to a contiguous tablespace area?
© 2007 John Michael Pierobon