Re: Simple postgresql.conf wizard - Mailing list pgsql-hackers

From Gregory Stark
Subject Re: Simple postgresql.conf wizard
Date
Msg-id 8763m0pzc7.fsf@oxford.xeocode.com
Whole thread Raw
In response to Re: Simple postgresql.conf wizard  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Responses Re: Simple postgresql.conf wizard  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Re: Simple postgresql.conf wizard  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:

> One more data point to try to help.
>  
> While the jump from a default_statistics_target from 10 to 1000
> resulted in a plan time increase for a common query from 50 ms to 310
> ms, at a target of 50 the plan time was 53 ms.  

That sounds like it would be an interesting query to analyze in more detail.
Is there any chance to could run the complete graph and get a chart of analyze
times for all statistics values from 1..1000 ? And log the explain plans to a
file so we can look for at what statistics targets the plan changed?

Or if the data is public I would be interested in looking at doing it if you
want to send it to me.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com Ask me about EnterpriseDB's 24x7 Postgres support!


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: Simple postgresql.conf wizard
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Simple postgresql.conf wizard