MySQL Forums
Forum List  »  Performance

Re: INSERT performance
Posted by: Don Beesing
Date: December 20, 2004 12:58PM

Also, if the table is indexed, try using ALTER TABLE db.tablename DISABLE KEYS before inserting and then once the insert is done use the ALTER TABLE db.tablename ENABLE KEYS. You will see some speed performance enhancements if you have indicies. If you do not have indicies, then disregard.

Options: ReplyQuote


Subject
Views
Written By
Posted
7041
December 11, 2004 08:33AM
2901
December 15, 2004 01:56PM
Re: INSERT performance
2683
December 20, 2004 12:58PM
2553
December 20, 2004 04:21PM


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.