Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: INSERT versus CTAS

Re: INSERT versus CTAS

From: Alexander Gorbachev <gorbyx_at_gmail.com>
Date: Sun, 12 Dec 2004 20:20:53 +0100
Message-ID: <c2213f68041212112032096fbf@mail.gmail.com>


Right, tables have no indexes - they are created later.

Btw, is APPEND and PARALLEL hints for DML on tables with indexes working at all?

On Sat, 11 Dec 2004 23:35:42 +0100, jaromir nemec <jaromir_at_db-nemec.com> wrote:
> > I assume that CTAS would be more performant for IOT
>
>
> Right, on the other side for (heap) tables or partitioned tables there is a
> great difference in performance between CTAS over INSERT APPEND but only in
> case when the target table has indexes (but INSERT APPEND to a table with
> indexes is better than INSERT without APPEND)
>
> From your description I assume that your target tables have no indexes. In
> this case I didn't observed significant difference in behavior between CTAS
> (nologging parallel) and INSERT APPEND (with parallel dml enabled) on tables
> and range partitioned tables.
>
> HTH
>
> Jaromir D.B. Nemec

--
http://www.freelists.org/webpage/oracle-l
Received on Sun Dec 12 2004 - 13:19:37 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US