| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Is a relational database appropriate?
Interesting. Wouldn't this get to be rather expensive query wise? As the
number of tables grows, so then does the number of queries necessary to
gather all of the information for each "person." Periodically dumping
these tables into the main table would help, yes, but then THAT table
becomes difficult to maintain as the number of fields increases.
It sounds like you're suggesting a hierarchy of tables; sounds like a good idea. If I can further subdivide the traits into categories, which I very easily CAN, I should be able to at least minimize the number of queries per record in the top-level table.
Might there be any examples of this technique available for review on the 'net? I'd like to see a working example and weigh the performance penalties against the increased simplicity.
On Sat, 07 Jun 2003 15:24:05 +0200, Abdullah Kauchali wrote:
>> Unfortunately, new attributes will be created constantly, and will >> eventually number in the thousands. I guess my real question is: Is there >> a better way?
![]() |
![]() |