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 > Select Inserts (NLI) vs Cursor loads

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-14-10, 02:28
ncmdba ncmdba is offline
Registered User
 
Join Date: May 2010
Posts: 8
Select Inserts (NLI) vs Cursor loads

Hi,

I have a data massaging logic which massages 400 million data from table and load into a target table.Both tables have same partition keys and the database is a also partitioned.My question here is which is faster cursor load or select insert with table not logged initially? I know both doesn`t write transaction logs.I know cursor load goes through co ordinator node.How does the data move in NLI.Is it done parallely by the db2?? can someone share their knowledge on this???


Thanks,
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