Tag: data modeling
All the articles with the tag "data modeling".
Data Modeling for the Lakehouse: What Changes
Published: at 12:00 PMTraditional data modeling assumed you controlled the database. You defined schemas up front, enforced foreign keys at write time, and optimized with indexes....
Star Schema vs. Snowflake Schema: When to Use Each
Published: at 11:00 AMBoth star schemas and snowflake schemas are dimensional models. They both organize data into fact tables (measurable events) and dimension tables (context ab...
Conceptual, Logical, and Physical Data Models Explained
Published: at 10:00 AMMost data teams jump straight from a stakeholder request to creating database tables. They skip the planning steps that prevent misalignment, redundancy, and...