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: variable column table

Re: variable column table

From: Billy Verreynne <vslabs_at_onwe.co.za>
Date: Fri, 30 May 2003 08:57:58 +0000
Message-ID: <bb6vgs$foj$1@ctb-nnrp2.saix.net>


Paul Brewer wrote:

> No magic really, I'm afraid. Sad to report that in my (admittedly limited)
> experience, one of three things always happens in the end:
>
> a) Queries end up with hard coded values - which defeats the object.
> b) It's all run procedurally - and performance suffers accordingly.
> c) We have technically correct SQL, but it never finishes.

Thanks Paul. But I'm not that pessimistic. Yet. :-)

Will likely start working on the logical and physical db designs soon and will see what we can do to lick this problem.

The crux is - if the name-value pairs are hard coded as table columns, this will have a big impact on the planning tools envisaged. It is much easier for a planning tool to do its thing on table containing (entity_id,name,value) than to go and select on user_tables to see what tables there are and then figure out how to deal with the columns that differ between tables entitity_1 and entity_2...

--
Billy
Received on Fri May 30 2003 - 03:57:58 CDT

Original text of this message

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