Re: draft RFC: concept for partial, wal-based replication

Поиск
Список
Период
Сортировка
От Stefan Kaltenbrunner
Тема Re: draft RFC: concept for partial, wal-based replication
Дата
Msg-id 4B139142.1030109@kaltenbrunner.cc
обсуждение исходный текст
Ответ на Re: draft RFC: concept for partial, wal-based replication  (Andres Freund <andres@anarazel.de>)
Ответы Re: draft RFC: concept for partial, wal-based replication
Re: draft RFC: concept for partial, wal-based replication
Список pgsql-hackers
Andres Freund wrote:
> On Monday 30 November 2009 03:57:11 Itagaki Takahiro wrote:
>> Boszormenyi Zoltan <zb@cybertec.at> wrote:
>>> we tried to discuss on a lower level what should be needed
>>> for a partial replication based on streaming replication.
>> We need to discuss a "partial recovery" before the partial replication.
> If you do the filtering on the sending side you dont actually need partial 
> recover in the sense that you filter in the rmgr or similar.
> 
> Or do I miss something?

the question is if filtering on the sending side is actually the "right 
thing" to do.
It increases the overhead and the complexity on the master, especially 
if you think about different (partial) replication agreements for 
different slaves and it might also be hard to integrate with the planned 
sync/async modes.
On the other hand if you filter on the master you might be able to avoid 
a lot of network traffic du to filtered wal records.
I think for a first step it might make more sense to look into doing the 
filtering on the receiving side and look into actual integration with SR 
at a later stage.


Stefan


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

Предыдущее
От: 张茂森
Дата:
Сообщение: is isolation level 'Serializable' in pg not same as 'serializable' in SQL-92?
Следующее
От: Itagaki Takahiro
Дата:
Сообщение: Re: pg_read_file() and non-ascii input file