Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Thu, 13 Mar 2003 @ 16:30:39 GMT


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


Subj:   Re: Fast Path Insert
 
From:   Gorrella, Srini

I have question here ,FAST PATH INSERT is good when Table is empty that's fine , when I'm trying to LOAD 18 million rows data into Table with 40 million rows, INSERT/SELECT combination is FAST when the target is empty, so I went with the below concept

Table and Table1 are identical

INSERT INTO TABLE_EMPTY
SELECT * FROM TABLE --- (40 million rows table)
UNION ALL
SELECT* FROM TABLE1 --- (18 million rows table)

I got the error 2646 no more spool space , my id has 100GB of spool space. Is there any best way to merge the data in FAST way

Your help would be highly appreciated

Srini



     
  <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