Skip to content Learn about the access keys available for Metadata Registry

Definition

Tinyint is a compact integer type used in databases to store very small whole numbers efficiently, typically taking 1 byte of storage.

for example, tinyint would be sufficient for a small lookup table with status values, because it can store as many as 256 rows.

Related content

Relation Count
Value Domains implementing this Data Type 1
Distributions implementing this as Physical Data Type 0