patch: update README-SSI

Поиск
Список
Период
Сортировка
От Dan Ports
Тема patch: update README-SSI
Дата
Msg-id 20110615202845.GB83336@csail.mit.edu
обсуждение исходный текст
Ответы Re: patch: update README-SSI  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список 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/

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: gcc 4.6 -Wunused-but-set-variable
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: FK NOT VALID can't be deferrable?