Examples - Analytics Database - Teradata Vantage

SystemFE Macros

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-10-30
dita:mapPath
iqw1628112378327.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
usl1472251351342
lifecycle
latest
Product Category
Teradata Vantageā„¢

The following example returns the consumed data space in terabytes for the inputdb database:

EXEC systemfe.CDS_Database('inputdb', 'N');

The following example collects summary statistics on the objects in the inputdb database if the statistics are stale or not already collected, to return a more accurate estimate of CDS size:

EXEC systemfe.CDS_Database('inputdb', 'Y');