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: Nan <nandagopalj_at_hotmail.com>
Date: 20 May 2004 06:29:58 -0700
Message-ID: <8193246.0405200529.302329dd@posting.google.com>


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.
THanks
Nan. Received on Thu May 20 2004 - 08:29:58 CDT

Original text of this message

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