Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Tue, 22 Jun 2004 @ 13:32:45 GMT


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


Subj:   Re: Will the Hash value change?
 
From:   Michael Larkins

Nazy:

The Row hash for character columns of different lengths are the same. This can be seen in the following that compares a char(10) with a char(6400):

     sel 'they match'
     where hashrow('abc'(char(10)))=hashrow('abc'(char(6400)))

The true concern of comparing columns of different lengths is one of conversation. In other words, every time these columns are joined together (compared), the shorter one must be expanded to match the length of the longer one. Although this is done automatically, if it happens often it can negatively impact your CPU utilization and most likely your overall system performance as a result.


Hope this helps,

Michael Larkins
Certified Teradata Master



     
  <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