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

How do I edit a stored procedure in mysql?

0 Answers  


If you specify the data type as DECIMAL (5,2), what?s the range of values that can go in this table?

2 Answers  


What does "i_am_a_dummy flag" do in mysql?

0 Answers  


What is mysql connection limit?

0 Answers  


Where is the myisam table stored?

0 Answers  






How do I find mysql database?

0 Answers  


What is sharding in mysql?

0 Answers  


How do I backup mysql database on linux?

0 Answers  


What is InnoDB?

0 Answers  


How to represent ENUMs and SETs internally?

0 Answers  


How would concatenate strings in mysql?

0 Answers  


What is difference between mysql mysqli and pdo?

0 Answers  


Categories