Reply to comment

"However, when you start to

"However, when you start to look at much larger datastores such as data warehousing, reporting and analytics and streaming data, normalisation will often become a hinderence to the working of the database."

Well, sure, but can you be a little more specific? I always gathered that a typical datawarehouse is a collection of "star" schemas, with one, typically narrow but deep fact table that has references to the rather wide but *relatively* shallow dimension tables. The dimension tables are denormalized, and highly redundant, and can contain aggregates, but the fact table usually does not have redundancy or aggregation.

Is it the denormalisation of these star schema dimension tables you are referring too (in favour of the more normalized dimension tables in "snowflake" schemas)? Or are you recommending to have denormalized fact tables ? That would be very interesting indeed, and I would like hear more about that.

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You may post PHP code. You should include <?php ?> tags.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options