read transaction and sync rep

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема read transaction and sync rep
Дата
Msg-id CAHGQGwHDQDtaePpgYtfcfhQgXmdy5Km68sPHf5FVxMbkex3i2Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: read transaction and sync rep  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
Hi,

I found that even read transaction waits for sync rep when it generates
WAL records even if XID is not assigned. For example, imagine the case
where SELECT query does a heap clean operation and generates
XLOG_HEAP2_CLEAN record. ISTM that such a read transaction doesn't
need to wait for sync rep because that's not visible to the client... Can
we skip waiting for sync rep if XID is not assigned?

Regards,

-- 
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: replay_location indicates incorrect location
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: read transaction and sync rep