Re: Simple postgresql.conf wizard

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Gregory Stark" <stark(at)enterprisedb(dot)com>
Cc: "Josh Berkus" <josh(at)agliodbs(dot)com>,<jd(at)commandprompt(dot)com>, "Robert Haas" <robertmhaas(at)gmail(dot)com>, "Greg Smith" <gsmith(at)gregsmith(dot)com>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Simple postgresql.conf wizard
Date: 2008-12-04 17:59:46
Message-ID: 4937C632.EE98.0025.0@wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>>> Gregory Stark <stark(at)enterprisedb(dot)com> wrote:
> And log the explain plans to a
> file so we can look for at what statistics targets the plan changed?

Well, I can give you explain analyze output for
default_statistics_target 10 and 50, for whatever that's worth.

Unfortunately I blew my save from the first run with target 50, but it
ran much faster than the first run of target 10 (attached), I think it
was about 2.8 seconds. That may or may not be due to the right pages
being cached by coincidence. The machine with the target 50 run was
serving the web app at the time, so there was significant other load,
while the other was idle except as a replicaton target at the time of
the run.

-Kevin

Attachment Content-Type Size
name-search-target10-ea.txt text/plain 15.1 KB
name-search-target50-ea.txt text/plain 15.1 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2008-12-04 18:00:45 Re: WIP: default values for function parameters
Previous Message Peter Eisentraut 2008-12-04 17:57:51 Re: WIP: default values for function parameters