Re: Rather large LA

From: Alan Hodgson <ahodgson(at)simkin(dot)ca>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Rather large LA
Date: 2011-09-05 20:05:06
Message-ID: 201109051305.07010@hal.medialogik.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On September 5, 2011, Richard Shaw <richard(at)aggress(dot)net> wrote:
> Hi Andy,
>
> It's not a new issue no, It's a legacy system that is in no way ideal but
> is also not in a position to be overhauled. Indexes are correct, tables
> are up to 25 million rows.
>
> On startup, it hits CPU more than IO, I'll provide some additional stats
> after I restart it tonight.

I bet it's I/O bound until a good chunk of the active data gets cached. Run
a vmstat 1 while it's that busy, I bet most of the cpu time is really in
io_wait.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Scott Marlowe 2011-09-05 20:23:32 Re: Rather large LA
Previous Message Andy Colson 2011-09-05 19:07:42 Re: Sudden drop in DBb performance