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
What are mysql functions?
Is mysqli faster than mysql?
What is the maximum size of mysql database?
I've looked but can't find a MySQL equivalent for MS SQL's xp_cmdshell. I have 7z files that I want to unzip and load into MySQL. I'm trying to write a sp to do the unzip, but I can't find a way to do that. Can anyone provide an example of a similar process in Windows? TIA.
What language does mysql use?
How do I run mysql?
What is the difference between myisam dynamic and myisam static in mysql?
What is cursor in mysql?
What's the latest version of mysql?
Can we store files in mysql?
How do I select a table in mysql?
What is difference between mysql_connect and mysql_pconnect?
How do I save in mysql?
How do I make an action query?
How to update database permissions/privilages.