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

Home -> Community -> Usenet -> c.d.o.server -> Re: Efficiency of sqlldr

Re: Efficiency of sqlldr

From: FlameDance <FlameDance_at_gmx.de>
Date: Thu, 27 May 2004 15:33:32 +0200
Message-ID: <c94qnd$jan$02$1@news.t-online.com>


Nan wrote:
> The primary difference between options 1 and 2 is the way in which
> data "grows" in the tables. Option 1 one table is populated fully at a
> time. In option 2 each table grows by 1000 rows at a time.
> Does this cause the physical location of the data on the disks to be
> different in options 1 and 2 ? If yes, then select queries with joins
> on the tables will be more efficient if data was loaded using option
> #2 than option #1.
> Any opinions are appreciated.

It depends on a lot of factors, some of them probably out of your control. e.g.

I'd go with option #1, just for the reason that it's less effort. Let Oracle do the handling instead of trying to secondguess what it does.

Stephan Received on Thu May 27 2004 - 08:33:32 CDT

Original text of this message

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