From:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To:
Robert Haas <robertmhaas(at)gmail(dot)com>
Cc:
Greg Sabino Mullane <greg(at)turnstep(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject:
Re: Re: [COMMITTERS] pgsql: Rewrite GEQO`s gimme_tree function so that it always finds a
Date:
2009-12-01 19:07:22
Message-ID:
5327.1259694442@sss.pgh.pa.us (view raw or flat )
Thread:
2009-07-19 21:00:43 from tgl(at)postgresql(dot)org (Tom Lane)
2009-11-09 15:18:10 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-11-09 15:21:36 from Andres Freund <andres(at)anarazel(dot)de>
2009-11-09 15:23:52 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-11-09 15:27:10 from Andres Freund <andres(at)anarazel(dot)de>
2009-11-09 15:28:46 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-11-09 15:41:36 from Andres Freund <andres(at)anarazel(dot)de>
2009-11-09 15:34:42 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-11-09 15:57:03 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-11-09 17:26:51 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-11-09 18:10:11 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-11-09 18:42:47 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-11-27 20:05:07 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-11-27 23:04:58 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-11-28 00:33:21 from marcin mank <marcin(dot)mank(at)gmail(dot)com>
2009-11-28 01:32:32 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-11-27 23:23:21 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-11-28 01:23:08 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-11-29 02:19:42 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-12-01 16:39:51 from "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
2009-12-01 18:12:18 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-12-01 19:07:22 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-12-02 21:52:49 from "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
2009-12-02 22:37:08 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-12-04 13:25:50 from "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
2009-12-02 22:08:08 from "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
2009-12-03 02:12:39 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-12-03 02:55:42 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-12-03 03:24:09 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-12-03 03:32:00 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-12-03 03:49:48 from Robert Haas <robertmhaas(at)gmail(dot)com>
2009-12-03 03:53:36 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2009-12-04 03:51:24 from Robert Haas <robertmhaas(at)gmail(dot)com>
Lists:
pgsql-committers pgsql-hackers
Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> On Tue, Dec 1, 2009 at 11:39 AM, Greg Sabino Mullane <greg(at)turnstep(dot)com> wrote:
>> What about 14? Could we at least raise it to 14? 1/2 :)
> I doubt we can raise it at all without lying to ourselves about the
> likely results of so doing. The GEQO planning times are in the low
> double digits of milliseconds. My apps typically have a budget of at
> most ~200 ms to plan and execute the query, and I'm not always
> operating on empty tables.
The reason this is a configurable parameter is so that people can tune
it to their own needs. I think the current default fits all right with
our usual policy of being conservative about hardware requirements.
regards, tom lane
In response to
Responses
pgsql-hackers by date
Next :From: Greg StarkDate: 2009-12-01 19:10:07
Subject : Re: Block-level CRC checks
Previous :From : Aidan Van DykDate : 2009-12-01 19:06:32
Subject : Re: Block-level CRC checks
pgsql-committers by date
Next :From: Tom LaneDate: 2009-12-01 21:00:24
Subject : pgsql: Teach the regular expression functions to do case-insensitive
Previous :From : Robert HaasDate : 2009-12-01 18:12:18
Subject : Re: Re: [COMMITTERS] pgsql: Rewrite GEQO`s gimme_tree function so that it always finds a