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: Many small tables vs. Few big tables

Re: Many small tables vs. Few big tables

From: Greg Cottman <c828040_at_codac.codac.telecom.com.au>
Date: 1996/10/18
Message-ID: <54708a$lbk@cdn_news.telecom.com.au>#1/1

Hans Forbrich (forbrich_at_tibalt.supernet.ab.ca) wrote:
> Douglas Sur wrote:
> >
> >
> > Given one system with many small tables versus a system with a few large
> > tables, which design is a more performance hog?
 

> Many answers to this one ... many more questions too.

Agreed. There is no simple answer to this question, but there is another spin on this besides physical database characteristics. Most performance problems relate to the way the application uses the database.

The number of tables in your schema should be proportional to the complexity of your data model. You will find performance problems arise from databases which have poor logical structure, are badly indexed, have inefficient joins or where critical SQL is poorly tuned in the application.

A database and application which are well tuned should be fairly scalable, even with large tables.

--

Greg.
---------------------------------------------------
All hail the three great virtues of the programmer:
Laziness, impatience and hubris.

echo '[q]sa[ln0=aln256%Pln256/snlbx]sb3135071790101768542287578439snlbxq'|dc
Received on Fri Oct 18 1996 - 00:00:00 CDT

Original text of this message

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