Re: INSERT performance
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.
Subject
Views
Written By
Posted
7197
December 11, 2004 08:33AM
2975
December 15, 2004 01:56PM
Re: INSERT performance
2767
December 20, 2004 12:58PM
2607
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.