Re: 'Official' definition of ACID compliance?

From: Alan Garrison <alang(at)cronosys(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: 'Official' definition of ACID compliance?
Date: 2006-01-05 15:09:55
Message-ID: 43BD36C3.4070300@cronosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Russ Brown wrote:
> Does anyone know where I can find the 'official' definition of what it
> meant by ACID compliance?
>
> We're having a discussion about it that we could do with resolving. In
> particular, the key point is what it meant by the 'C' part. I maintain
> that MySQL is not ACID compliant because it will (among other things)
> swallow integers that don't fit into a column silently and just
> truncate it, while our DBA (while agreeing that this is not good
> behaviour) maintains that this is not what the C part means: he says
> that's just about transaction states (succeed or fail etc).
>
> Anyone have a link?
>
> Thanks.
>

Pretty good overview, though not "official":

http://en.wikipedia.org/wiki/ACID

"The ACID concept is described in ISO/IEC 10026-1:1992 Section 4."

--
Alan Garrison
Cronosys, LLC <http://www.cronosys.com>
Phone: 216-221-4600 ext 308

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message |N_E_O| 2006-01-05 15:53:48 Re: Problem with Starting server 7.4.10_1 on FreeBSD
Previous Message Larry Rosenman 2006-01-05 14:58:03 Re: Can't connect to postgresql using 'psql -d database -U user -W'