Re: pgpool-II: cannot use serializable mode in a hot standby

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: pgpool-II: cannot use serializable mode in a hot standby
Дата
Msg-id 20160414.081513.1083372833252401057.t-ishii@sraoss.co.jp
обсуждение исходный текст
Ответ на Re: pgpool-II: cannot use serializable mode in a hot standby  (Kevin Grittner <kgrittn@gmail.com>)
Список pgsql-general
> It should not forward transactions which are requested to be
> SERIALIZABLE to standbys.  If you just suppress the SET statement
> (or substitute REPEATABLE READ), queries in that transaction can
> return incorrect results.

Yes. Once "SET default_transaction_isolation to serializable" (or its
variants) are issued, pgpool-II will redirect all subsequent queries
to the primary server until the transaction ends.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp


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

Предыдущее
От: "FarjadFarid\(ChkNet\)"
Дата:
Сообщение: Re: I/O - Increase RAM
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: [HACKERS] sign function with INTERVAL?