Re: Converting tables to innoDB

2004-04-21 Thread Paul DuBois
At 18:43 -0400 4/21/04, Brad Tilley wrote: Hello Mysqlers, I have a few small DB's (less than 10,000 entries per table) that track computer inventory in a mid-sized organization. Currently, all of the tables are MyISAM. Is there any compelling reason to convert these to InnoDB? We're not having an

RE: Converting tables to innoDB

2004-04-21 Thread Dathan Vance Pattishall
. INNODB is cool for transactions / ACID compliant features and large amounts of concurrency. -- DVP > -Original Message- > From: Brad Tilley [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 21, 2004 2:44 PM > To: [EMAIL PROTECTED] > Subject: Converting tables to in

Converting tables to innoDB

2004-04-21 Thread Brad Tilley
Hello Mysqlers, I have a few small DB's (less than 10,000 entries per table) that track computer inventory in a mid-sized organization. Currently, all of the tables are MyISAM. Is there any compelling reason to convert these to InnoDB? We're not having any performance or size issues... everythi