Archives of the TeradataForum
Message Posted: Thu, 19 Jan 2006 @ 11:33:46 GMT
Subj: | | Re: Maximum disk space consumed |
|
From: | | Anomy Anom |
<-- Anonymously Posted: Thursday, January 19, 2006 06:26 -->
I am not sure of any built in mechanism in Teradata that keeps track of warehouse size hourly/daily.
You can create a canary script that queries for warehouse size {select sum(currentperm) from dbc.diskspace} and let that data be inserted into
a table every day. This data may be useful in capacity planning as well.
|