Re: write ahead logging in standby (streaming replication)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: write ahead logging in standby (streaming replication)
Дата
Msg-id 24069.1258037544@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: write ahead logging in standby (streaming replication)  (Fujii Masao <masao.fujii@gmail.com>)
Ответы Re: write ahead logging in standby (streaming replication)
Список pgsql-hackers
Fujii Masao <masao.fujii@gmail.com> writes:
> The problem is that fsync needs to be issued too frequently, which would
> be harmless in asynchronous replication, but not in synchronous one.
> A transaction would have to wait for the primary's and standby's fsync
> before returning a "success" to a client.

Surely that is exactly what is *required* if the user has asked for
synchronous replication.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: not logging caught exceptions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: NULL-handling in aggregate(DISTINCT ...)