Row Size Calculation | Database Design | VantageCloud Lake - Row Size Calculation - 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
This topic describes a procedure for calculating the physical size of a row for a typical non-column-partitioned table stored on a system with a packed64 format architecture. The procedure does not account for the following:

Use the Row Size Calculation form (see Sample Worksheet Forms to record your calculations.

The following employee table row definition is used as a sample for this procedure:

EmpNum SupEmpNum DeptNum JobCode LName FName HireDate BDate SalAmt
PK, SA FK FK FK NN NN NN NN NN
INTEGER INTEGER INTEGER SMALLINT CHAR(20) VARCHAR(30) DATE DATE DECIMAL(10,2)