Re: Query times change by orders of magnitude as DB ages - Mailing list pgsql-performance

From Richard Neill
Subject Re: Query times change by orders of magnitude as DB ages
Date
Msg-id 4B0EA710.4090407@cam.ac.uk
Whole thread Raw
In response to Re: Query times change by orders of magnitude as DB ages  (Sergey Aleynikov <sergey.aleynikov@gmail.com>)
List pgsql-performance

Sergey Aleynikov wrote:
> Hello,
>
> 2009/11/25 Richard Neill <rn214@cam.ac.uk>:
>
> Also, if you find odd statistics of freshly analyzed table - try
> increasing statistics target, using
> ALTER TABLE .. ALTER COLUMN .. SET STATISTICS ...
>
> If you're using defaults - it's again low for large tables. Start with
> 200, for example.

Thanks. I already had it set way up: 3000.

Is there a good description of exactly what analyse does, and how?
(in particular, what sort of statistics it gathers).

Richard

pgsql-performance by date:

Previous
From: Sergey Aleynikov
Date:
Subject: Re: Query times change by orders of magnitude as DB ages
Next
From: Richard Neill
Date:
Subject: Analyse without locking?