From: | Stephen Frost <sfrost(at)snowman(dot)net> |
---|---|
To: | Greg Sabino Mullane <greg(at)turnstep(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Revisiting default_statistics_target |
Date: | 2009-05-22 17:35:32 |
Message-ID: | 20090522173532.GJ8123@tamriel.snowman.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Greg,
* Greg Sabino Mullane (greg(at)turnstep(dot)com) wrote:
> > While most cases were dead even or a modest improvement, his dbt-2 results
> > suggest a 15-20% regression in 8.4. Changing the default_statistics_taget
> > to 100 was responsible for about 80% of that regression.
> ...
> > The situation where the stats target being so low hurts things the most
> > are the data warehouse use cases.
>
> Er...so why should we change our defaults to support data warehousing
> users? Certainly the rest of the postgresql.conf settings don't attempt
> to do that.
dbt-2 is for OLTP, not for DW. Greg Smith's comment was actually that
we shouldn't penalize the OLTP crowd (by raising the value) for the
benefit of the DW crowd (who need it higher than 100 anyway).
http://osdldbt.sourceforge.net/
Stephen
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2009-05-22 17:38:45 | Re: Revisiting default_statistics_target |
Previous Message | Joshua D. Drake | 2009-05-22 16:57:32 | Re: Revisiting default_statistics_target |