Hacker News new | ask | show | jobs
by goto11 1130 days ago
Normalization only applies to the base tables, i.e. the tables which work as the "single source of truth". Queries and views (which are just stored and possibly cached queries) often have repeated information and this is not a problem. A data-warehouse is basically a cached query over the base tables, so again, normalization is not an issue.

The article seem to agree with this, but it is kind of buried in the text.