speed up CREATE TABLE AS
632657Mar 4 2009 — edited Mar 10 2009Are there tricks to speeding up the inserts performed by CREATE TABLE AS?
We are having performance problems with these. The embedded query runs quickly when wrapped with a SELECT COUNT(*) FROM, but the insert takes a long time. (minutes for the former hours for the latter for 16k rows.)
I see that Sql Loader has many options to speed bulk loads. Can any of these be applied to CREATE TABLE AS?
The table we are creating does have one CLOB column, if that is relevant.
Thanks,
Steve