Advertisement
Guest User

Untitled

a guest
Aug 21st, 2012
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 1.87 KB | None | 0 0
  1. +------------+---------+--------------------------------------------------------------------------------------------------+--------------+------+------------+
  2. | Engine     | Support | Comment                                                                                          | Transactions | XA   | Savepoints |
  3. +------------+---------+--------------------------------------------------------------------------------------------------+--------------+------+------------+
  4. | MyISAM     | DEFAULT | DEFAULT engine AS OF MySQL 3.23 WITH great performance                                           | NO           | NO   | NO         |
  5. | InnoDB     | YES     | XtraDB engine based ON InnoDB plugin. Supports transactions, row-level locking, AND FOREIGN KEYS | YES          | YES  | YES        |
  6. | PBXT       | YES     | High performance, multi-versioning transactional engine                                          | YES          | YES  | NO         |
  7. | CSV        | YES     | CSV storage engine                                                                               | NO           | NO   | NO         |
  8. | MEMORY     | YES     | Hash based, stored IN memory, useful FOR TEMPORARY TABLES                                        | NO           | NO   | NO         |
  9. | SPHINX     | YES     | Sphinx storage engine 0.9.9                                                                      | NO           | NO   | NO         |
  10. | Aria       | YES     | Crash-safe TABLES WITH MyISAM heritage                                                           | NO           | NO   | NO         |
  11. | MRG_MYISAM | YES     | Collection OF identical MyISAM TABLES                                                            | NO           | NO   | NO         |
  12. +------------+---------+--------------------------------------------------------------------------------------------------+--------------+------+------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement