Export from table vs external table [message #645461] |
Mon, 07 December 2015 04:53 |
|
Hi,
I have an external table consists of 8(+) millions records.
I need to export the table in tab delimited file. I will export using SQL Developer.
Would I get any performance benefit if I export from the regular table in place of external table?
Regards
Mokarem
|
|
|
Re: Export from table vs external table [message #645462 is a reply to message #645461] |
Mon, 07 December 2015 04:58 |
John Watson
Messages: 8964 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
As you'll have to read the external table into a "regular" table before you can even begin the export, I would think it would be slower.
However, unless you are doing very complex transformations and selections, why go through the database at all? Is it not possible to do it with awk or sed ?
|
|
|
|
|
|
|
|
|
|
Re: Export from table vs external table [message #645542 is a reply to message #645540] |
Tue, 08 December 2015 04:52 |
|
Michel Cadot
Messages: 68732 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Ask your sysadmin to send it to you.
This is an organizational issue NOT and Oracle one.
Your input is a file, your output is file a file part of the input, there is no reason to involve an Oracle database there.
|
|
|