Performance for Full table scan ( Huge data ) [message #166924] |
Mon, 10 April 2006 06:23 |
rawat_me
Messages: 45 Registered: September 2005
|
Member |
|
|
Hi Oracle gurus,
We have a huge DataWarehose system where the data in the historic Table X is about 60M ( most of the days ) .
Now when extracting this data from the table it took around
2 hours every time. There is no Where Clause associated.
We are extracting all the records from table X.
Is there any method to enhance the performance.
Thanks
rawat
|
|
|
|
|
Re: Performance for Full table scan ( Huge data ) [message #167026 is a reply to message #166930] |
Mon, 10 April 2006 22:37 |
rleishman
Messages: 3728 Registered: October 2005 Location: Melbourne, Australia
|
Senior Member |
|
|
If you are executing the extraction from a remote host, you could try running it from the Oracle server machine, zipping the file, then FTP to the remote host.
Also, speak to your DBA abou the db_file_multiblock_read_count parameter.
Ross Leishman
|
|
|
|
|