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

Is pdo more secure than mysqli?

462


What is full form of xampp?

539


Explain the different types of constraints?

516


How can I see all mysql databases?

412


What is the difference between database and table?

566






How is data stored in mysql?

494


How can you find out the version of the installed mysql?

687


How we get sum of column.

505


what is a cursor? : Mysql dba

481


How to give user privilages for a db. Login as root. Switch to the mysql db. Grant privs. Update privs.

476


How to create a new table by selecting rows from another table in mysql?

495


What is orm in mysql?

474


What is the difference between the LIKE and REGEXP operators?

532


What is the difference between BLOB AND TEXT?

582


What is row level locking in mysql?

502