MySQL Forums
Forum List  »  InnoDB

Re: performance problems
Posted by: KimSeong Loh
Date: September 16, 2008 04:40PM

This shows that you are commiting each query, If you can combine some of the query into transaction, then each transaction only need to commit at the end of the transction, then the flush issue is not so bad.

Options: ReplyQuote


Subject
Views
Written By
Posted
3099
September 15, 2008 09:15AM
1761
September 15, 2008 09:56PM
2347
September 16, 2008 03:01AM
Re: performance problems
1756
September 16, 2008 04:40PM


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.