IMPROVE PERFORMANCE WHEN INSERT RECORDS [message #305485] |
Tue, 11 March 2008 00:15 |
curlybird
Messages: 2 Registered: March 2008
|
Junior Member |
|
|
Hi all,
I have a 27 insertion statement.
For each insertion statement, I can insert 400,000 records. That's why the performance is very low.
The sql is like this:
insert into PARTY_XBUY select party_c,50,4,sysdate from party_m_test
(PARTY_C is the field name, PARTY_M is the table name)
I have 26 more sql like this.
Can someone help me with a faster way to improve performance?
Thanks.
|
|
|
|
|