|
|
Archives of the TeradataForum
Message Posted: Wed, 10 Mar 2004 @ 13:36:31 GMT
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
| |