[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Foreign key constraint added to acc_trans
- Subject: Re: Foreign key constraint added to acc_trans
- From: David Tangye <..hidden..>
- Date: Sat, 16 Sep 2006 02:11:48 +1000
On Fri, 2006-09-15 at 08:50 -0700, Chris Travers wrote:
> I know there are often
> concerns about the performance implications of foreign key
> constraints, so I want to give people a heads up.
Its a choice between add FKs and accepting possible performance hits, or
not having them and risking data corruption. Guess which I would pick
every time.