Re: Postgres Replaying WAL slowly

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: Soni M <diptatapa(at)gmail(dot)com>, <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Postgres Replaying WAL slowly
Date: 2014-06-29 08:31:31
Message-ID: 53AFCEE3.4080009@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 06/29/2014 11:14 AM, Soni M wrote:
> Everything works fine until on Thursday we have high load on master, and
> after that every streaming replica lag further behind the master. Even on
> night and weekend where all server load is low. But the slony slave is OK
> at all.

What does 'top' on the standby say? Is the startup process using 100% of
(one) CPU replaying records, or is it waiting for I/O? How large is the
database, does it fit in RAM? Any clues in the system or PostgreSQL logs?

- Heikki

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Soni M 2014-06-29 12:43:52 Re: Postgres Replaying WAL slowly
Previous Message Soni M 2014-06-29 08:14:19 Postgres Replaying WAL slowly