Re: Do I need serializable for this query?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Do I need serializable for this query?
Дата
Msg-id 200704102252.11585.peter_e@gmx.net
обсуждение исходный текст
Ответ на Do I need serializable for this query?  (William Garrison <postgres@mobydisk.com>)
Ответы Re: Do I need serializable for this query?
Список pgsql-general
William Garrison wrote:
> I have a table that keeps running totals.  It is possible that this
> would get called twice simultaneously for the same UserID.  Do I need
> to put this in a serializable transaction?

Transaction isolation is only a question of interest if you have more
than one statement in a transaction.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: Do I need serializable for this query?
Следующее
От: Jonathan Vanasco
Дата:
Сообщение: Re: Versioning