Datawarehouse Model Design

Posted by Bourne's Blog - A Full-stack & Web3 Developer on April 17, 2022

Model design process seems like combine original tables with proper redundancy. For example, we have 3 tables in database: brands/corps/shops, img.png

Just put these fields together, and add table name as prefix to avoid conflict, we’ll get the final DWD table as follow: img_1.png