Re: FOREIGN KEYS vs PERFORMANCE

From: "Merlin Moncure" <mmoncure(at)gmail(dot)com>
To: "Rodrigo Sakai" <rodrigo(dot)sakai(at)zanthus(dot)com(dot)br>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: FOREIGN KEYS vs PERFORMANCE
Date: 2006-04-12 15:03:26
Message-ID: b42b73150604120803w41f62d92u487274a3dcd62f9c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 4/11/06, Rodrigo Sakai <rodrigo(dot)sakai(at)zanthus(dot)com(dot)br> wrote:
>
> Hi,
>
> I think this is an old question, but I want to know if it really is well
> worth to not create some foreign keys an deal with the referential integrity
> at application-level?????
> Specifically, the system we are developing is a server/cliente
> architecture that the server is the database and the fat client is an
> application developed in DELPHI!!!
>
> Thanks in advance!!

Delphi IMO is the best RAD win32 IDE ever invented (especially when
paired the very excellent Zeos connection objects). However, for
purposes of data management ,imperative languages, Delphi included,
simply suck. Great form editor though.

merlin

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Michael Glaesemann 2006-04-12 15:06:27 Re: FOREIGN KEYS vs PERFORMANCE
Previous Message Rodrigo Sakai 2006-04-12 14:49:49 Re: FOREIGN KEYS vs PERFORMANCE