patch: update README-SSI - Mailing list pgsql-hackers

From Dan Ports
Subject patch: update README-SSI
Date
Msg-id 20110615202845.GB83336@csail.mit.edu
Whole thread Raw
Responses Re: patch: update README-SSI
List pgsql-hackers
The attached patch updates README-SSI. In addition to some minor edits,
changes include:

 - add a section at the beginning that more clearly describes the SSI
   rule and defines "dangerous structure" with a diagram. It describes
   the optimizations we use about the relative commit times, and the
   case where one transaction is read-only. It includes a proof for the
   latter (novel) optimization, per Heikki's request.

 - note that heap page locks do not lock "gaps" like index pages

 - be clear about what's been implemented (parts of the README used the
   future tense, probably because they were written long ago), and
   remove a couple items from the "R&D Issues" list that have since
   been addressed.

Dan

--
Dan R. K. Ports              MIT CSAIL                http://drkp.net/

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: gcc 4.6 -Wunused-but-set-variable
Next
From: Simon Riggs
Date:
Subject: Re: FK NOT VALID can't be deferrable?