Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Data storage question

Re: Data storage question

From: Brad Whitlock <bwhitloc_at_micro.honeywell.com>
Date: Wed, 25 Aug 1999 13:06:24 -0500
Message-ID: <7q1bb8$252t@news1.newsguy.com>

Jerry Gitomer wrote in message <7prv0f$iqq$1_at_autumn.news.rcn.net>...
>Hi,
>
> From a relational point of view you have a bad design. In
>essence you are storing an array in each row of the table. True,
>when using Oracle, it won't waste space, but what happens the day
>one item requires 11 attributes? (As improbable as that sounds
>to you today the probability of it happening is very close to 1!)

One of my favorite bug fixes in Oracle Manufacturing: The table in question had columns ATTRIBUTE1-ATTRIBUTE15 in one block, then some other columns, then another block of ATTRIBUTE16-ATTRIBUTE35, then yet more columns, then a block of ATTRIBUTE36-ATTRIBUTE72. Reading through the patch history comments found a bug fix for "Customer needs more than 15 fields", then a little while later, "Customer needs more than 35 fields". Once a bad implementation is done, it gets a lot harder to go back and do it right.

Received on Wed Aug 25 1999 - 13:06:24 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US