Re: Serializable Isolation without blocking - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Serializable Isolation without blocking
Date
Msg-id 4A02D377.6080009@enterprisedb.com
Whole thread Raw
In response to Re: Serializable Isolation without blocking  (Simon Riggs <simon@2ndQuadrant.com>)
Responses Re: Serializable Isolation without blocking  (Simon Riggs <simon@2ndQuadrant.com>)
Re: Serializable Isolation without blocking  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-hackers
Simon Riggs wrote:
> It wouldn't be 692 lines of code and even if it were the impact of that
> code would be such that it would need to be optional, since it would
> differ in definition from an existing SQL Standard isolation mode and it
> would have additional performance implications.

I thought it would be equal to the SQL standard Serializable mode, 
whereas what we currently call serializable is in fact not as strong as 
the SQL standard Serializable mode.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: "Dickson S. Guedes"
Date:
Subject: Re: WIP patch for TODO Item: Add prompt escape to display the client and server versions
Next
From: Simon Riggs
Date:
Subject: Re: Serializable Isolation without blocking