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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: xReader, double-effort (was: Temporary tables under hot standby)
Дата
Msg-id 26104.1335625613@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Re: xReader, double-effort (was: Temporary tables under hot standby)  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: Re: xReader, double-effort (was: Temporary tables under hot standby)
Список pgsql-hackers
Simon Riggs <simon@2ndQuadrant.com> 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.)

IMO, if we want non-physical replication, we're going to need to build
it in at a higher level than after-the-fact processing of WAL.
I foresee wasting quite a lot of effort on the currently proposed
approaches before we admit that they're unworkable.
        regards, tom lane


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

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