Querying DBC.TableSizeV - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

Use the following query to evaluate the sizing of your legacy tables. Assume the database in which the table was created is named employee_largetable and the name of the table is employee.

SELECT SUM(CurrentPerm)
FROM DBC.TableSizeV
WHERE DatabaseName = ‘Employee_LargeTable’
AND TableName = ‘Employee’;

The information returned is similar to this:

Sum(CurrentPerm)
          2,527,232