[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Foreign key constraint added to acc_trans



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.