Home Page for the TeradataForum
 
 

 

Archives of the TeradataForum





Message Posted: Fri, 07 Feb 2003 @ 22:15:44 GMT





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




Subj:   Parallel processing
 
From:   Jim Downey



Suppose I want to generate a list of values for each column on a table. Which is less intrusive to the environment:

Run each query in series.
Select c1 from t1 group by 1;
Select c2 from t1 group by 1;
Select c3 from t1 group by 1;

Run as a multistatement request (presumably in parallel taking advantage of a synchronized scan)?

Select c1 from t1 group by 1
;Select c2 from t1 group by 1
;Select c3 from t1 group by 1
;


Thanks

Jim





     
  <Prev Next>  
<<First
<Prev
Next> Last>>  
 
 
 
 
 
 
 
 
  
 
  Top Home Join Privacy Feedback  
 
 
Copyright for the TeradataForum (TDATA-L), Manta BlueSky 
Last Modified: 30 Jun 2008