Connect the storage engines a-d with their features 1-4
a) InnoDB
b) MyISAM
c) BLACKHOLE
d) MEMORY
1) Very fast and supports hash indexes
2) Does not store anything – can be useful for example in some replication scenarios
3) Transactions and row-level locking
4) Fast and is MySQL’s default (in 5.0)
[ Basic Optimizations (10%) - Choosing Appropriate Storage Engines ]
Question 53: Storage engines and their features
29. May 2010
By plogi in mysql questions
One Response
You must be logged in to post a comment.
a-3, b-4, c-2, d-1