Steve Ruby wrote:
> 
> Steve Ruby wrote:
> 
> > I'm inserting 49,990 rows via file containing individual inserts
> > (1 insert per sql statement).  The table contains 7 columns and 6
> > indexes.
> >
> > Why is there so much difference on the time taken to insert the
> > files?
> >
> > averages:
> > MyISAM    45 seconds
> > INNODB    1000 seconds
> > BDB       600 seconds
> >
> 
> For anybody that was curious.  As per the InnoDB developer's suggestion
> I wrapped the inserts for innodb into a transaction.
> 
> result
> 
> INNODB 31 seconds !! for the above 49,990 rows

---------------------------------------------------------------------
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