Re: Problem after VACUUM ANALYZE

From: Alan Hodgson <ahodgson(at)simkin(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem after VACUUM ANALYZE
Date: 2008-04-08 16:30:12
Message-ID: 200804080930.12564@hal.medialogik.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tuesday 08 April 2008, mljv(at)planwerk6(dot)de wrote:
> The problem is that we have peaktimes were everything is running fine. It
> has something to do with the vacuum process running. To simplify my
> problem:
>
> - I run vaccum analyze concurrently with some few user queries: slows
> down to a crawl after vacuum is finished.
>
> - if i run it while no user is connected, everything runs fine
> afterwards.
>
> It has something to do with the vacuum analyze process.

It's probably running the machine into swap. Check swap usage and disk I/O
when it happens.

--
Alan

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2008-04-08 16:38:30 Re: Problem after VACUUM ANALYZE
Previous Message Tom Lane 2008-04-08 16:20:49 Re: Number or parameters for functions - limited to 32 ?