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


Please Help Members By Posting Answers For Below Questions

What is auto increment in mysql?

727


How can we run batch mode in mysql?

742


What is mysql uuid?

713


How we get sum of column.

730


How large can a mysql table be?

678


Does mysql support nosql?

670


What is bigint in mysql?

697


What is difference between mongodb and mysql?

668


How to get a list of all tables in a database?

793


Can you tell how to find the number of rows in a resultset using php?

675


Write a command with which mysql table can be repaired

730


What is save point in mysql?

704


How does mysql store binary data?

684


What is an index? How can an index be declared in mysql?

673


How to check if value already exists in mysql database in php?

634