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: How many FKs is too many ?

Re: How many FKs is too many ?

From: Tony Andrews <andrewst_at_onetel.com>
Date: 21 Oct 2004 05:15:13 -0700
Message-ID: <1098360913.531649.262090@c13g2000cwb.googlegroups.com>


Best pratice is to:
a) normalise your design
b) define FK constraints for all columns where it makes sense to do so

The number of FKs is determined by the design, not by an arbitrary cut-off like 15.

No, it won't cause poor performance. Each FK will have some small impact on inserts, updates and deletes - but that's better than the alternative, which is a corrupt database. Received on Thu Oct 21 2004 - 07:15:13 CDT

Original text of this message

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