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
6005
April 07, 2005 11:38PM
2219
April 10, 2005 07:50PM
2184
April 10, 2005 10:11PM
2163
April 14, 2005 12:40AM
2249
April 21, 2005 06:43AM
2039
April 21, 2005 03:13PM
2053
April 26, 2005 02:59AM
Re: write/insert performance problem (not solved for me)
2028
April 24, 2005 03:49PM
2087
April 26, 2005 02:30AM
2086
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.