On Wed, 2005-07-13 at 15:02 +0100, zzapper wrote:

> Is myisam still dominant for web applications?

depends on your application, if you're running a bulliten board or a
simple catalogue site, then myisam is a good choice as it is faster.

However for an ecommerce site i would definately go for innodb as it
allows foreign keys and more importantly (imho) transactions. If what
you're doing involves dealing with peoples money, its a good idea to be
able to roll back if something goes wrong.

tomy





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to