Re: Query kills machine. - Mailing list pgsql-performance

From Tom Lane
Subject Re: Query kills machine.
Date
Msg-id 4015.1093361011@sss.pgh.pa.us
Whole thread Raw
In response to Re: Query kills machine.  (Stef <svb@ucs.co.za>)
Responses Re: Query kills machine.
List pgsql-performance
Stef <svb@ucs.co.za> writes:
> Reducing sort_mem to 4096 seems to make it run in a reasonable time
> again. Any idea why? The database does a whole lot of huge sorts
> every day, so I thought upping this parameter would help.

Not if you haven't got the RAM to support it :-(

Another thing you might look at is ANALYZEing the tables again after
you've loaded all the new data.  The row-count estimates seem way off
in these plans.  You might need to increase the statistics target,
too, to get better plans.

            regards, tom lane

pgsql-performance by date:

Previous
From: "Magnus Naeslund(pg)"
Date:
Subject: Re: Query kills machine.
Next
From: Gaetano Mendola
Date:
Subject: [FUN] Performance increase?