Which storage engines support transactions in MySQL?

Answers were Sorted based on User's Feedback



Which storage engines support transactions in MySQL?..

Answer / amith

Berkeley DB and InnoDB.

Is This Answer Correct ?    4 Yes 0 No

Which storage engines support transactions in MySQL?..

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

Post New Answer

More MySQL Interview Questions

Does mysql automatically index foreign keys?

0 Answers  


how we can find nth max salary from an employe table by using my sql?

8 Answers  


How do I get a list of table names in mysql?

0 Answers  


How to convert dates to character strings?

0 Answers  


How do I transfer data from one database to another in mysql?

0 Answers  






What is mysql optimization?

0 Answers  


How many TRIGGERS are allowed in MySql table?

0 Answers  


What is mysql gpl?

0 Answers  


What is mysql procedure?

0 Answers  


Can you rename a database in mysql?

0 Answers  


Explain advantages of MyISAM over InnoDB?

1 Answers  


What is full text indexing in mysql?

0 Answers  


Categories