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 -> Newbie: Number of tables (fine grained vs. coarse)?

Newbie: Number of tables (fine grained vs. coarse)?

From: <les_hartzman_at_yahoo.com>
Date: 2000/04/21
Message-ID: <8dq7h1$rl6$1@nnrp1.deja.com>#1/1

I'm by no means an expert on databases and have only had some basic coursework on them, so all help, especially in the case of Oracle, will be greatly appreciated.

I'm coming up with an object model to represent the data that could be in a database, and right now there appears that if we created a schema (relational) based on the number of objects we have (even using inheritance) would be large (a relative term - no pun intended). The number of records could exceed 1 million.

The number of tables to represent the objects could be 30. I would think that the access to this data would be faster as the individual tables would be smaller than a few large ones, even taking joins into account. This approach as opposed to checking through a subtype column for type determination.

Can anyone pass along any of their experiences with this type of situation?

BTW, we're probably looking at Oracle 8/8i for this.

Thanks in advance.

Les

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Fri Apr 21 2000 - 00:00:00 CDT

Original text of this message

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