Is this De-Normalization?
From: tom dorgan <tdorgan_at_yahoo.com>
Date: 1 Dec 2003 10:36:23 -0800
Message-ID: <d4518ef4.0312011036.311b9a1a_at_posting.google.com>
Hello,
Date: 1 Dec 2003 10:36:23 -0800
Message-ID: <d4518ef4.0312011036.311b9a1a_at_posting.google.com>
Hello,
We have a table, call it DataParent. Another table, call it
DataChildren, contains foreign keys to DataParent. You get the idea
that this is a one-to-many relationship like the well-known Order and
LineItem pair.
In a discussion regarding increasing performance, the idea was brought
up to pull each of the DataChildren items into the DataParent table by
using a fixed number of columns, call them DataChildren1-N in
DataParent. Leave unused slots null and only allow N DataChildren per
DataParent.
Any insights appreciated.
TIA,
Tom.
Received on Mon Dec 01 2003 - 19:36:23 CET