Example: Using AllSpaceV - Teradata VantageCloud Lake

Lake - Database Reference

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
ohi1683672393549.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
ohi1683672393549

The following SELECT statement displays how the space used by the data table named Department is distributed on each AMP:

SELECT DatabaseName,TableName,AMP,CurrentPerm FROM DBC.AllSpaceV
WHERE TableName='Department' ORDER BY 1,2,3 ;

Result:

DatabaseName    TableName       AMP        CurrentPerm
------------    ----------      ----       ------------  
Test            DEPARTMENT      1-0        1,024
Test            DEPARTMENT      1-1          512
Test            DEPARTMENT      1-2        1,024
Test            DEPARTMENT      1-3          512
PERSONNEL       department      1-0        2,048
PERSONNEL       department      1-1        1,536
PERSONNEL       department      1-2        1,536
PERSONNEL       department      1-3        1,536
User1           department      1-0        2,048
User1           department      1-1        1,536
User1           department      1-2        1,536
User1           department      1-3        1,536