Re: streaming replication

From: Alex Lai <alai(at)sesda2(dot)com>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: Karuna Karpe <karuna(dot)karpe(at)os3infotech(dot)com>, Vinay <vinay(dot)dhoom(at)gmail(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: streaming replication
Date: 2011-11-07 16:13:05
Message-ID: 4EB80391.1020809@sesda2.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Fujii Masao wrote:
> On Wed, Nov 2, 2011 at 4:48 PM, Karuna Karpe
> <karuna(dot)karpe(at)os3infotech(dot)com> wrote:
>
>> But I want huge amount of data in database. so it is take so much to take
>> dump from slave db and load in master db.
>> for example :-
>> I have one master db server with 20GB of data and two slave db
>> server are replicated from master server. when my master db server is fail,
>> then one of slave server become new master server. In new master server
>> 50MB of data add into database. After some time my failed(old) master back
>> up, then I want to become my old master server as master and my new master
>> server become slave(as previous setting). So please let me know that how
>> replication only that 50MB data into old master database server????
>>
>
> What about using rsync to take a base backup from new master and load it
> onto old master? rsync can reduce the backup time by sending only differences
> between those two servers.
>
> Regards,
>
>
My postgres instance has two databases. The pg_dump size is about 30GB
size. Rsync the entire $PGDATA take about an hour to a empty
directory. When I rsync the $PGDATA to the existing directory, it still
take 50 minutes. It seems to me that rsync still spend most of the time
checking any changes even with very little changes. Maybe I miss some
option when using rsync can speed up the update.

--
Best regards,

Alex Lai
alai(at)sesda2(dot)com

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Ribe 2011-11-07 16:52:00 Re: streaming replication
Previous Message Jelena 2011-11-05 15:43:51 PostgreSQL statement latency