 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
• |
InnoDB Tables
|
|
|
|
– |
Modeled after Oracle
|
|
|
|
• |
Row-level locking
|
|
|
|
• |
Non-locking SELECTs
|
|
|
|
• |
Uses pre-allocated tablespace files
|
|
|
|
– |
Multiple isolation levels
|
|
|
|
• |
Easily changed with a SET
command
|
|
|
– |
Referential integrity - foreign keys
|
|
|
|
– |
High performance
|
|
|
|
– |
Very high concurrency
|
|
|
|
– |
Automatic recovery after crash
|
|