> We are moving a databse over from Oracle to MySQL 4.0.3 and I was
> wondering if I should use MyISAM or InnoDb.  The databse currently has
> 800-900 updates and inserts done to it in a day along with about 1000
> selects.  Would I run in to any table locking problems with MyISAM?

If you want to support transactions and/or foriegn key constraints then
you have to go InnoDB.  As for locking problems, I would guess not, but
I'll leave that to more experienced list members.

Josh

> Thanks in advance.




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to