MySQL Forums
Forum List  »  Performance

Re: write/insert performance problem (solved)
Posted by: scott fagg
Date: April 14, 2005 12:40AM

Wrapping my very long insert script in a

set autocommit = 0 ;
begin ;

[[thousands of inserts here]]

commit ;

.. brought performance upto acceptable levels. The innodb version now runs in around 30s, vs 24s for the myisam version.

Options: ReplyQuote


Subject
Views
Written By
Posted
6063
April 07, 2005 11:38PM
2247
April 10, 2005 07:50PM
2205
April 10, 2005 10:11PM
Re: write/insert performance problem (solved)
2184
April 14, 2005 12:40AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.