This document discusses issues related to data de-normalization in a data warehouse. It addresses storage issues like increased table sizes from adding redundant data. Performance can deteriorate from de-normalization due to sorts on larger tables and scans. Other issues include increased maintenance effort due to changes needing to propagate and potential information loss. The document also examines horizontal and vertical data splitting techniques and their tradeoffs for ease of use, performance and reversibility.