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 -> Where to place primary-keys

Where to place primary-keys

From: Falk Schiel <Falk.Schiel_at_t-online.de>
Date: 1998/02/12
Message-ID: <6bvf2e$2s7$1@news02.btx.dtag.de>#1/1

I'm developing a potentionally large DB application. As I think about proper use and sizing of tables and tablespaces, I'm in doubt where to place the primary key of the tables.

We're using a RAID 5 hardware controller, so I don't have to bother about placing tablespaces across different disk. - I'm aware of the fact, that RAID 5 has a write penalty but the write to read ratio of our application is about 1:9, so RAID 5 will be o.k. I think. As primary keys as implemented through indexes, I think about placing them in our index tablespaces, because I don't want to fragment the data tablespaces. But what about backup and recovery?

Any advice?
TIA Falk Received on Thu Feb 12 1998 - 00:00:00 CST

Original text of this message

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