From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Greg Sabino Mullane <greg(at)turnstep(dot)com> |
Cc: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: Better default_statistics_target |
Date: | 2007-11-14 05:00:06 |
Message-ID: | 13872.1195016406@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
Greg Sabino Mullane <greg(at)turnstep(dot)com> writes:
> Per a recent bug in which the planner can behave very differently at <
> 100, and accounting for the fact that analyze is still plenty fast on
> today's systems even at a tenfold increase, attached is a patch to
> change default_statistics_target from 10 to 100.
This is not happening without a whole lot more evidence (as in, more
than zero) to back up the choice of value.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-11-14 05:37:26 | Re: [HACKERS] plperl and regexps with accented characters - incompatible? |
Previous Message | Webb Sprague | 2007-11-14 04:47:26 | Re: Simplifying Text Search |
From | Date | Subject | |
---|---|---|---|
Next Message | ITAGAKI Takahiro | 2007-11-14 05:26:12 | Miscalculation in IsCheckpointOnSchedule() |
Previous Message | Greg Sabino Mullane | 2007-11-14 04:38:08 | Better default_statistics_target |