Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: How many FKs is too many ?
If your data load process guarantees data integrity, as is generally
the case with data warehouse ETL procedures, then you can consider
defining the FK's as novalidate/disable/rely. The optimizer will
consider the metadata to bve valid but you won't get the unnecessary
overhead of validation.
Received on Fri Oct 22 2004 - 12:44:53 CDT