Re: == PostgreSQL Weekly News - December 12 2010 ==

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: == PostgreSQL Weekly News - December 12 2010 ==
Дата
Msg-id 4D0CCC1202000025000387A9@gw.wicourts.gov
обсуждение исходный текст
Ответ на == PostgreSQL Weekly News - December 12 2010 ==  (David Fetter <david@fetter.org>)
Список pgsql-announce
David Fetter  wrote:

> Kevin Grittner sent in four revisions of a patch to add a optimize
> and correct SERIALIZABLE so that it doesn't switch from READ ONLY
> DEFERRABLE mode to READ WRITE.

Correction: this is a patch to prevent the READ ONLY property of any
transaction from being changed after a transaction (of any isolation
level) acquires its first snapshot, except that a subtransaction can
set its level to READ ONLY when the parent transaction level is READ
WRITE.  I was motivated to do so largely because it allows certain
optimizations in the Serializable Snapshot Isolation patch, but also
because of standards compliance issues.

-Kevin

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: PgEast 2011: NYC Call for papers
Следующее
От: David Fetter
Дата:
Сообщение: == PostgreSQL Weekly News - December 19 2010 ==