Re: Compatibility GUC for serializable

From: Ron Mayer <rm_pg(at)cheapcomplexdevices(dot)com>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Compatibility GUC for serializable
Date: 2011-01-12 14:52:54
Message-ID: 4D2DC046.3030608@cheapcomplexdevices.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Josh Berkus wrote:
>> Mainly, that it's not clear we need it. Nobody's pointed to a concrete
>> failure mechanism that makes it necessary for an existing app to run
>> under fake-SERIALIZABLE mode.
>
> I think it's quite possible that you're right, and nobody depends on
> current SERIALIZABLE behavior because it's undependable. However, we
> don't *know* that -- most of our users aren't on the mailing lists,
> especially those who use packaged vendor software.
>
> That being said, the case for a backwards-compatiblity GUC is weak, and
> I'd be ok with not having one barring someone complaining during beta,
> or survey data showing that there's more SERIALIZABLE users than we think.
>
> Oh, survey:
> http://www.postgresql.org/community/
>

That Survey's missing one important distinction for that discussion.

Do you take the the current survey answer

"Yes, we depend on it for production code"

to imply

"Yes, we depend on actual real SERIALIZABLE transactions in
production and will panic if you tell us we're not getting that"

or

"Yes, we depend on the legacy not-quite SERIALIZABLE transactions
in production and don't want real serializable transactions"

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-01-12 15:06:13 Re: Add support for logging the current role
Previous Message Alvaro Herrera 2011-01-12 14:29:37 Re: multiset patch review