Re: Overhead cost of Serializable Snapshot Isolation

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Overhead cost of Serializable Snapshot Isolation
Дата
Msg-id 4E932BF60200002500041D33@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Overhead cost of Serializable Snapshot Isolation  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: Overhead cost of Serializable Snapshot Isolation
Список pgsql-hackers
Simon Riggs <simon@2ndQuadrant.com> wrote:
> How do we turn it on/off to allow the overhead to be measured?
User REPEATABLE READ transactions or SERIALIZABLE transactions.  The
easiest way, if you're doing it for all transactions (which I
recommend) is to set default_transaction_isolation.
-Kevin


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Overhead cost of Serializable Snapshot Isolation
Следующее
От: Noah Misch
Дата:
Сообщение: Re: [v9.2] Fix Leaky View Problem