tezvyn:

Describe star and snowflake schemas and their trade-offs

Source: Wikipedia: Star schemaintermediate

WHAT IT TESTS: Dimensional modeling denormalization trade-offs. ANSWER OUTLINE: Star schemas flatten dimensions for fast joins; snowflake schemas normalize hierarchies to reduce redundancy but add joins.

WHAT IT TESTS: Whether you understand the practical trade-offs between query performance, storage efficiency, and model simplicity in dimensional data warehouses. ANSWER OUTLINE: Star schemas surround a central fact table with denormalized dimension tables, minimizing joins and optimizing for read-heavy analytical workloads; snowflake schemas further normalize those dimensions into linked sub-tables, reducing data duplication but increasing query complexity and join overhead.

Read the original → Wikipedia: Star schema

Get five bites like this every day.

Tezvyn delivers a daily feed of 60-second tech bites with quizzes to lock in what you learn.

Describe star and snowflake schemas and their trade-offs · Tezvyn