Which storage engines support transactions in MySQL?
Answer Posted / muthuk
Storage Engine - Description
MyISAM Default engine as of MySQL 3.23 with great
performance
MEMORY Hash based, stored in memory, useful for
temporary tables
InnoDB Supports transactions, row-level locking,
and foreign keys
BerkeleyDB Supports transactions and page-level locking
BLACKHOLE /dev/null storage engine (anything you write to
it disappears)
EXAMPLE Example storage engine
ARCHIVE Archive storage engine
CSV CSV storage engine
ndbcluster Clustered, fault-tolerant, memory-based tables
FEDERATED Federated MySQL storage engine
MRG_MYISAM Collection of identical MyISAM tables
ISAM Obsolete storage engine
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the usage of ENUMs in MySQL?
What are triggers in mysql?
What does mysql_fetch_assoc do?
What is definer in mysql?
What is the current version of mysql?
What is the use of i-am-a-dummy flag in mysql?
What are the advantages of a procedure?
What is procedural api?
What is the limitation of mysql?
How to return query output in html format?
Explain the architecture models of SQL Server?
How to find the unique values if the value in the column is repeated?
What is a join in mysql?
Why myisam is faster than innodb?
How do I run mysql on a mac?