I am creating data warehouse model on numerous OLTP tables. a) I can either utilize a Star schema or b) Flat table model table.
Many people think dimensional star schema model table is not required; because most data can report itself in a single table. Additionally, star schema Kimball was created when performance and storage are an issue. Some claim with improved tech, data can be presented in a single table.
Should I still separate data into dimensions/facts tables or just use the flat tables directly in data warehouse?
In Microsoft Azure, are flat wide tables recommended or star schema?
In this question, I believe AWS Redshift employee preferred flat wide table. Performance of Flat Tables Vs Dimension and Facts