Re: How to reduce impact of a query. - Mailing list pgsql-general

From Scott Marlowe
Subject Re: How to reduce impact of a query.
Date
Msg-id dcc563d10811170728w2de23fd4u53a36d404a6bb72f@mail.gmail.com
Whole thread Raw
In response to Re: How to reduce impact of a query.  (Howard Cole <howardnews@selestial.com>)
Responses Re: How to reduce impact of a query.  (Howard Cole <howardnews@selestial.com>)
List pgsql-general
On Mon, Nov 17, 2008 at 8:17 AM, Howard Cole <howardnews@selestial.com> wrote:
> Teodor Sigaev wrote:
>>>
>>> The machine in question is a 1GB Ram, AMD 64 with Raid 1 Sata disks. Non

Your entire disk io subsystem is a pair of hard drives.  I'm assuming
software RAID.

> The time that this query takes is not the issue, rather it is the impact
> that it has on the server - effectively killing it for the 40 seconds due to
> the heavy disk access.

You either need to invest more into your drive subsystem so it can
handle parallel load better, or you need to create a slave db with
slony or londiste so that the ugly queries hit the slave.

pgsql-general by date:

Previous
From: Howard Cole
Date:
Subject: Re: How to reduce impact of a query.
Next
From: Howard Cole
Date:
Subject: Re: How to reduce impact of a query.