Partitioning and Clustering: How to Make Warehouse Queries Faster
Data partitioning for faster queries: how partition pruning works, pick partition keys, avoid the small files problem, and when clustering or Z-ordering helps.
WRITING / NOTES FROM THE FORGE
4 articles tagged Data Warehouse.
Data partitioning for faster queries: how partition pruning works, pick partition keys, avoid the small files problem, and when clustering or Z-ordering helps.
Slowly changing dimensions explained: SCD Type 1, 2, and 3 with a SQL MERGE example, surrogate keys, effective dates, and current flags for accurate history.
Star schema vs snowflake schema explained with facts, dimensions, grain, SQL examples, and clear guidance on which data model fits your analytics warehouse.
Data warehouse vs data lake vs lakehouse compared: storage, schema, cost, and open table formats like Iceberg and Delta Lake, with guidance on what to pick.