Trailing issue during processing huge data [message #484837] |
Fri, 03 December 2010 01:34 |
|
adi_bbay
Messages: 1 Registered: December 2010
|
Junior Member |
|
|
1) Table A, B, C, D having huge data
A- 8 mn rows
B- 80 mn
C- 11 mn
D- 100 mn
2) During processing
Apprx 4 mn records will be deleted and populated in A
B -40 mn records will be deleted and populated
C - 4 mn records will be populated
D 40 mn records will be populated
3) Each table is having an index
Facing trailing issue while running process. 75-90% processing does not take time but last 10-15% takes more time.
What is the best way/practice while populating these tables to gain performance? Already using bulk collect,/insert in the existing process
|
|
|
|