Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Wed, 10 Mar 2004 @ 13:36:31 GMT


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


Subj:   Re: V2r5.1 Upgrade question
 
From:   Christopher Platt

select
  thedate
  ,thetime
  ,procpendmemalloc
  ,procwaitmemalloc
  ,memfreekb
  ,memfails
  ,memsize
from  dbc.resusagespma
where vproctype1='amp' and thedate > date-290
and ( procpendmemalloc > 1 or memfails > 1 or memfreekb < 40000 )
group by 1,2,3,4,5,6,7
order by 1,2,3,4,5,6,7;

ncr says memfails is a bad column name. it should be called memory retries. you are requesting memory.......you could not get what you wanted so you try again. i call this a performance hit. not sure how i can measure it though.


Christopher Platt
Teradata Systems Administration



     
  <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