Re: how can a couple of expensive queries drag my system down? - Mailing list pgsql-performance

From Shane Ambler
Subject Re: how can a couple of expensive queries drag my system down?
Date
Msg-id 47EB1DE9.5010507@Sheeky.Biz
Whole thread Raw
In response to Re: how can a couple of expensive queries drag my system down?  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Responses Re: how can a couple of expensive queries drag my system down?  ("Scott Marlowe" <scott.marlowe@gmail.com>)
List pgsql-performance
Scott Marlowe wrote:
> On Wed, Mar 26, 2008 at 1:48 PM, p prince <pprince127@gmail.com> wrote:
>> is this 'normal'? (loaded question I know)
>> Should I be looking to offload expensive reporting queries to read-only
>> replicants of my database?
>
> Yes, definitely look into setting up something like a slony slave
> that's used for reporting queries.  The nice thing about this setup is
> you only need to replicate the tables you run reports against.
>

I would look at fixing the slow queries so that they aren't a problem first.

I'm sure if you send in your queries and table defs you can get some
useful feedback here.

If there is no way of improving them then look at a reporting slave.


--

Shane Ambler
pgSQL (at) Sheeky (dot) Biz

Get Sheeky @ http://Sheeky.Biz

pgsql-performance by date:

Previous
From: "Peter Koczan"
Date:
Subject: Re: postgresql is slow with larger table even it is in RAM
Next
From: "Scott Marlowe"
Date:
Subject: Re: how can a couple of expensive queries drag my system down?