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

Поиск
Список
Период
Сортировка
От Itagaki Takahiro
Тема Re: draft RFC: concept for partial, wal-based replication
Дата
Msg-id 20091130174239.64DA.52131E4D@oss.ntt.co.jp
обсуждение исходный текст
Ответ на Re: draft RFC: concept for partial, wal-based replication  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Andres Freund <andres@anarazel.de> wrote:

> > 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?

Sorry, I didn't explain well.

I just suggested the order of development. I think paritial recovery
is easier than partition replication because we don't need to think
network nor multiple clients in recovery.

Also, this feature can be developed on the Streming Replication, but
it is under development -- the code is not fixed. So, I'd suggest to
start the development from independent parts from Streaming Replication.

I believe the partial replication will require modules developed
for the partial recovery in the future.

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center




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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: draft RFC: concept for partial, wal-based replication
Следующее
От: KaiGai Kohei
Дата:
Сообщение: [PATCH] SE-PgSQL/lite (r2451)