Tag: data modeling
All the articles with the tag "data modeling".
- 5 MIN READ•Feb 18, 2026
Data Modeling for the Lakehouse: What Changes
Traditional data modeling assumed you controlled the database. You defined schemas up front, enforced foreign keys at write time, and optimized with indexes....
data modelingdata engineeringdata lakehouse - 5 MIN READ•Feb 18, 2026
Star Schema vs. Snowflake Schema: When to Use Each
Both star schemas and snowflake schemas are dimensional models. They both organize data into fact tables (measurable events) and dimension tables (context ab...
data modelingdata engineeringstar schema - 5 MIN READ•Feb 18, 2026
Conceptual, Logical, and Physical Data Models Explained
Most data teams jump straight from a stakeholder request to creating database tables. They skip the planning steps that prevent misalignment, redundancy, and...
data modelingdata engineeringconceptual model