Re: Strange Behavior with Serializable Transcations

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Strange Behavior with Serializable Transcations
Дата
Msg-id 20060630045347.GA7653@wolff.to
обсуждение исходный текст
Ответ на Re: Strange Behavior with Serializable Transcations  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
On Thu, Jun 29, 2006 at 14:27:30 +0200,
  Martijn van Oosterhout <kleptog@svana.org> wrote:
> On Thu, Jun 29, 2006 at 01:21:19PM +0100, Simon Riggs wrote:
> > The issue is the difference between start of transaction and time when
> > the serializable snapshot is taken. Since BEGIN and other commands may
> > be issued as separate network requests it makes sense to defer taking
> > the snapshot until the first time it is needed. The transaction is still
> > serializable, just that the manual is worded slightly incorrectly with
> > regards the exact timing.
>
> I've always interpreted it as "there exists a serialised order for the
> transactions" but the database makes no guarentees about what it might
> be. I can't think of any real world case where you actually care about
> the order, just as long as one exists.

Postgres' serializable mode doesn't guaranty that. To get that effect you
may need to do some extra locking.

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

Предыдущее
От: "Qingqing Zhou"
Дата:
Сообщение: Re: Strange Behavior with Serializable Transcations
Следующее
От: "Alain Roger"
Дата:
Сообщение: phppgadmin