Re: very slow postgresql startup

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: zz_11(at)mail(dot)bg
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: very slow postgresql startup
Date: 2016-05-23 09:28:36
Message-ID: CABUevEyvq=3HnDrbRAA-FOAGZ7eJSF=9kak3Cbm97EHOWe=Deg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On May 23, 2016 10:35, <zz_11(at)mail(dot)bg> wrote:
>
> Hi,
>
>
> After stopping my pg server with pg_ctl -m immediate stop options it
take hours to startup.
>
> With vmstat I find hi pcu and io useages.
>
> Any idea about this problem? I think it can be pg_xlog files.
>
> How can I debug or trace this problem?
>
> pg version is 9.4.5 running on centos 6.

This is not uncommon when you shutdown with immediate. It's the main reason
you should normally use fast and not immediate.

And yes, it's likely the replay of xlog. Hours is a very long time though,
but with very high checkpoint timeout that's certainly possible.

/Magnus

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Albe Laurenz 2016-05-23 09:32:31 Re: The problem is related to concurrent resquests
Previous Message Venkata Balaji N 2016-05-23 09:19:01 Re: very slow postgresql startup