Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Wed, 16 Nov 2005 @ 14:40:11 GMT


     
  <Prev Next>  
<<First
<Prev
Next> Last>>  


Subj:   UPDATE vs DELETE-INSERT
 
From:   Agarwal, Rishi

Hi,

What is the ideal way of handling UPDATE on large table in Teradata?

Assuming the following scenario:

     UPDATE TABLE1 A
     FROM TABLE2 B
     SET col3 = B.col3,
         Col4 = B.col4
     WHERE
           A.col1 = B.col1
       AND A.col2 = B.col2
     ;

1. Will there be any performance issue even if the Join is on PI columns (col1, col2 are defined)?

2. If yes, If we do DELETE-INSERT in this case, will it have any performance gain over UPDATE as the joining condition is going to be same here (on PI columns).

There are many threads on the fast path for UPDATE/DELETE. These suggest to do INSERT-SELECT into empty table and then swap this new table with the Old table and drop the Old table. Is there any other way other than dropping the main table.


Thanks

Rishi



     
  <Prev Next>  
<<First
<Prev
Next> Last>>  
 
 
 
 
 
 
 
 
  
  Top Home Privacy Feedback  
 
 
Copyright for the TeradataForum (TDATA-L), Manta BlueSky    
Copyright 2016 - All Rights Reserved    
Last Modified: 15 Jun 2023