Re: Re: xReader, double-effort (was: Temporary tables under hot standby)

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Re: xReader, double-effort (was: Temporary tables under hot standby)
Дата
Msg-id 4F9BC3CD0200002500047510@gw.wicourts.gov
обсуждение исходный текст
Ответы Re: Re: xReader, double-effort (was: Temporary tables under hot standby)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane  wrote:
> Simon Riggs  writes:
>> Translating WAL is a very hard task.
> 
> No kidding. I would think it's impossible on its face. Just for
> starters, where will you get table and column names from? (Looking
> at the system catalogs is cheating, and will not work reliably
> anyway.)
Well, the xReader approach (Aakash's GSoC project) is to serve as a
proxy for a WAL stream going to a hot standby, to interpret each
incoming WAL record by "cheating" and querying the HS before passing
the WAL along, and then using sync rep to the HS regardless of
whether the incoming stream is sync or async.  What reliability
problem do you see with this approach?
-Kevin


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: smart shutdown at end of transaction (was: Default mode for shutdown)
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: enable_indexonly