06-reference

practical data modeling mma ch5 entities instances identifiers

Tue Mar 03 2026 19:00:00 GMT-0500 (Eastern Standard Time) ·reference ·source: Practical Data Modeling (Substack) ·by Joe Reis
data-modelingentitiesidentifiersnatural-keyssurrogate-keysmixed-model-artschapter-5

Entities, Instances, and Identifiers (Ch 5)

Chapter 5 covers the most fundamental building block: entities (the “things” you model), instances (specific occurrences), and identifiers (how you tell them apart). Extends traditional structured-data treatment to all five forms.

Key concepts:

RDCO relevance

Foundational for dbt model design. The natural vs. surrogate key guidance and anti-pattern catalog are directly applicable to client engagements. The cross-form identifier principle matters as clients start connecting dbt models to vector stores and knowledge graphs.