Re: Postgres Replaying WAL slowly

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: Soni M <diptatapa(at)gmail(dot)com>
Cc: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Postgres Replaying WAL slowly
Date: 2014-06-30 16:14:24
Message-ID: 53B18CE0.4060501@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 06/30/2014 05:46 PM, Soni M wrote:
> Here's what 'perf top' said on streaming replica :
>
> Samples: 26K of event 'cpu-clock', Event count (approx.): 19781
> 95.97% postgres [.] 0x00000000002210f3

Ok, so it's stuck doing something.. Can you get build with debug symbols
installed, so that we could see the function name?
- Heikki

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Jeff Frost 2014-06-30 17:04:44 Re: Postgres Replaying WAL slowly
Previous Message Tom Lane 2014-06-30 15:49:23 Re: Volatility - docs vs behaviour?