Re: SSI and Hot Standby

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: SSI and Hot Standby
Дата
Msg-id 1295498638.11513.93.camel@jdavis
обсуждение исходный текст
Ответ на SSI and Hot Standby  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-hackers
On Wed, 2011-01-19 at 19:05 -0600, Kevin Grittner wrote:
> If we don't do something like this, do we just provide REPEATABLE
> READ on the standby as the strictest level of transaction isolation?
> If so, do we generate an error on a request for SERIALIZABLE, warn
> and provide degraded behavior, or just quietly give them REPEATABLE
> READ behavior?
>  
> Thoughts?

Hopefully there is a better option available. We don't want to silently
give wrong results.

Maybe we should bring back the compatibility GUC? It could throw an
error unless the user sets the compatibility GUC to turn "serializable"
into "repeatable read".

Regards,Jeff Davis



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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: pg_basebackup for streaming base backups
Следующее
От: Robert Haas
Дата:
Сообщение: Re: ALTER TYPE 1: recheck index-based constraints