Re: Integrity on large sites - Mailing list pgsql-general

From PFC
Subject Re: Integrity on large sites
Date
Msg-id op.tsr9n0lscigqcu@apollo13
Whole thread Raw
In response to Re: Integrity on large sites  ("btober" <btober@ct.metrocast.net>)
Responses Re: Integrity on large sites
List pgsql-general

>>> "*Really* big sites don't ever have referential
>>> integrity. Or if the few spots they do (like with
>>> financial transactions) it's implemented on the
>> application level (via, say, optimistic locking), never the
>> database level."

    Sure, but in the forum benchmark I just did, when using MyISAM, with no
reference integrity checks, at the end of the benchmark, there is an
impressive number of records with broken foreign key relations... when the
user kills his HTTP connection or reloads at the wrong moment, and the
script is interrupted, or killed by an exception or whatever, boom.

pgsql-general by date:

Previous
From: André Volpato
Date:
Subject: Faster data type for one-length values
Next
From: Richard Huxton
Date:
Subject: Re: Several queries consume 100 % processor