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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Database design question

Re: Database design question

From: FogAndRain <fogandrain_at_aol.comSPAMFREE>
Date: 09 Aug 2001 15:56:01 GMT
Message-ID: <20010809115601.00840.00003246@ng-cl1.aol.com>

Think about a data warehouse design. Your database has more characteristics of a data warehouse than a transactional DB. You will be adding new data as new responses come in, but you will not be updating and in all likelihood not deleting data. Mostly you'll be doing queries some of which you may know ahead of time and others will be ad-hoc.

Take a look at a star schema design. It tends to do quite well in these situations.

Good luck. Received on Thu Aug 09 2001 - 10:56:01 CDT

Original text of this message

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