Re: write/insert performance problem (not solved for me)
Posted by:
James Day
Date: April 24, 2005 03:49PM
Instead of autocommit on you might consider autocommit off but SELECT ... FOR UPDATE during the transaction when you're verifying the key data. If you're typically inserting many rows in a batch you could also consider LOCK TABLE, insert a batch from one client, then release the lock and let another client do some inserts.
Subject
Views
Written By
Posted
6332
April 07, 2005 11:38PM
2352
April 10, 2005 07:50PM
2313
April 10, 2005 10:11PM
2303
April 14, 2005 12:40AM
2366
April 21, 2005 06:43AM
2150
April 21, 2005 03:13PM
2171
April 26, 2005 02:59AM
Re: write/insert performance problem (not solved for me)
2144
April 24, 2005 03:49PM
2206
April 26, 2005 02:30AM
2203
April 27, 2005 01:27AM
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.