Tag

variable-length

1 views collected around this technical thread.

Qunar Tech Salon
Qunar Tech Salon
Jul 27, 2015 · Databases

Understanding Variable-Length Data Structures and Storage Costs in PostgreSQL

This article explains how variable‑length data structures are stored in databases, illustrates PostgreSQL's page and row formats, and compares the storage overhead of DEFAULT NULL versus DEFAULT '' fields, showing that NULL can reduce space dramatically when many columns are nullable.

Database DesignNull HandlingPostgreSQL
0 likes · 5 min read
Understanding Variable-Length Data Structures and Storage Costs in PostgreSQL