If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > load reorg

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-20-10, 09:38
Mathew_paul Mathew_paul is offline
Registered User
 
Join Date: Oct 2007
Posts: 200
load reorg

hi

export the in del and ixf format

do load of ixf or del file on table and recreation on index requires
reorg again ??

kindly suggest
regds
paul
Reply With Quote
  #2 (permalink)  
Old 01-20-10, 11:16
dr_te_z dr_te_z is offline
Registered User
 
Join Date: Jan 2009
Location: Zoetermeer, Holland
Posts: 555
I'd say no. Even when you have a clustered index the load-process load the data sorted in the right order. Needless to say that a runstats cannot be omitted.
Reply With Quote
  #3 (permalink)  
Old 01-21-10, 13:28
MarkhamDBA MarkhamDBA is offline
Registered User
 
Join Date: Dec 2008
Location: Toronto, Canada
Posts: 381
from 9.5 documention:

Data is loaded in the sequence that appears in the input file, except when using multidimensional clustering (MDC) tables, partitioned tables, or the anyorder file type modifier. If a particular sequence is desired, sort the data before attempting a load operation. If clustering is required, the data should be sorted on the clustering index prior to loading.

see Loading data

which means that yes, you need to reorg it. Or I guess you can sort it when you export data from source table so you get pre-sorted data file.
__________________
DB2 v9.5 ESE on AIX v6.1/ v9./10 on z/OS

Last edited by MarkhamDBA; 01-21-10 at 13:38.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On