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
6478
April 07, 2005 11:38PM
2402
April 10, 2005 07:50PM
2364
April 10, 2005 10:11PM
2367
April 14, 2005 12:40AM
2414
April 21, 2005 06:43AM
2206
April 21, 2005 03:13PM
2212
April 26, 2005 02:59AM
Re: write/insert performance problem (not solved for me)
2199
April 24, 2005 03:49PM
2247
April 26, 2005 02:30AM
2254
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.