Edgewall Software

Changes between Version 8 and Version 9 of MySqlDb


Ignore:
Timestamp:
Feb 17, 2007, 2:09:40 AM (17 years ago)
Author:
adustman@…
Comment:

a bit on InnoDB

Legend:

Unmodified
Added
Removed
Modified
  • MySqlDb

    v8 v9  
    2121See also #3884.
    2222
    23 It has also been [comment:ticket:3659:5 recommended] to use InnoDB instead of MyISAM tables, though it's not completely clear at this point if this really helps.
     23It has also been [comment:ticket:3659:5 recommended] to use InnoDB instead of MyISAM tables, though it's not completely clear at this point if this really helps. [http://dev.mysql.com/doc/refman/5.0/en/innodb-overview.html InnoDB] provides referential integrity
     24and transactions, so this should help.
    2425
    2526=== MySQLdb ===