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 copy a table in mysql workbench?

0 Answers  


What is mysql community server?

0 Answers  


What is select query in mysql?

0 Answers  


How do you know if your mysql server is alive?

0 Answers  


What are the non-standard sql commands supported by 'mysql'?

0 Answers  


Which software is used for mysql?

0 Answers  


How to write date and time literals?

0 Answers  


What is mysql slow query?

0 Answers  


How can you handle the –secure-file-priv in mysql?

0 Answers  


Can we save images in mysql database?

0 Answers  


What is database clustering in mysql?

0 Answers  


What is the maximum size of mysql database?

0 Answers  


Categories