faster processing of records needed: performance isue [message #496333] |
Sat, 26 February 2011 18:29 |
ashish_sun123
Messages: 52 Registered: November 2010 Location: Bangalore
|
Member |
|
|
I have a table which is containing 20900000 records. Now pertaining to some joining condtions this table return around
400000 records.
Now these records are utilized by a report. This report takes 3-4 hours for reading almost 400000 records
We tried using pipe row clause so that the report start processing records as soon as it gets some records. Also tried to use bulk collect.
But it is not helping to a good extent. Please advice
|
|
|
|
|