Re: Question about wal files / pg_xlogs

From: Patrick B <patrickbakerbr(at)gmail(dot)com>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Question about wal files / pg_xlogs
Date: 2016-08-04 19:55:07
Message-ID: CAJNY3iugzT-rS8nkW1KNL83DjGF6-jifHZEv+iDwmgk128rV6g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

@Adrian,

> Seems to me the settings for nice and ionice above would, on a busy
> machine, slow down the transfer. Has there always been a notable time
> difference in the transfer or has it gotten worse over time?
>
> Yep... I also thought about that. Specially because the master is
constantly getting 100% of IO (we use SATA disks still)...

I'm thinking about removing that `ionice` command... I don't need to
restart Postgres eh?? Just reload the confs?

@John R Pierce,

normally, you would ship the archived wal files to a file server via
> cp-over-nfs or scp, and have the slaves access them as needed via the
> recovery.conf

What if the NFS server goes down? Networking goes down? We have had that
kind of problem in the past, that's why I'm shipping the wal_files to each
slave, separately. Also, to have an extra copy of them.

@Venkata Balaji N,

Not sure why the script is so complex. Do you see any messages in the
> postgresql log file on master ? and on slave ? which indicates the reason
> for delayed shipping of WAL archives. Did you notice any network level
> issues ?

Yes the script is complex.. I've hidden almost all of it for privacy
purpose.. sorry....

I don't see any messages on the log files... not on the master and not on
the slaves as well. I just see the message of the wal_files
being successfully shipped to the slaves.

Also, no networking level issues.. because I got four slaves with streaming
replication and all of them are working fine... also, my backup server has
never failed... so no networking issues.

Thanks,

Patrick

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2016-08-04 20:08:29 Re: Question about wal files / pg_xlogs
Previous Message Pavel Suderevsky 2016-08-04 19:37:46 perc 9 series fastpath feature for database data