Re: A very long running query.... - Mailing list pgsql-performance

From Craig Ringer
Subject Re: A very long running query....
Date
Msg-id 500A620D.4030505@ringerc.id.au
Whole thread Raw
In response to Re: A very long running query....  (Ioannis Anagnostopoulos <ioannis@anatec.com>)
List pgsql-performance
On 07/21/2012 06:19 AM, Ioannis Anagnostopoulos wrote:

On this Ubuntu installation the default_statistics_target = 1000 and not 100. Do you think that this might be an issue?

Nope. You should generally avoid setting default_statistics_target too high anyway; leave it where it is and use ALTER TABLE ... ALTER COLUMN ... SET STATISTICS to raise the targets on columns where you're seeing bad statistics estimates.

http://www.postgresql.org/docs/9.1/static/sql-altertable.html

Also make sure autovaccum is running frequently so it keeps the stats up to date.

--
Craig Ringer


pgsql-performance by date:

Previous
From: Ioannis Anagnostopoulos
Date:
Subject: Re: A very long running query....
Next
From: Craig Ringer
Date:
Subject: Re: query overhead