From: Gavin Towey <gto...@ffn.com>

InnoDB should be your default for all tables, unless you have specific requirements that need myisam. One specific example of an appropriate task for myisam is where you need very high insert throughput, and you're not doing any updates/deletes concurrently.

A couple other things: InnoDB does relations better, MyISAM does search of text fields.


----------------
If we can control fuel we can control the masses; if we can control food we can control individuals. -- Henry Kissinger
:::: Jan Steinman, EcoReality Co-op ::::


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to