Which storage engines support transactions in MySQL?
Answers were Sorted based on User's Feedback
Answer / 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 |
How do I copy a table in mysql workbench?
What is mysql community server?
What is select query in mysql?
How do you know if your mysql server is alive?
What are the non-standard sql commands supported by 'mysql'?
Which software is used for mysql?
How to write date and time literals?
What is mysql slow query?
How can you handle the –secure-file-priv in mysql?
Can we save images in mysql database?
What is database clustering in mysql?
What is the maximum size of mysql database?