Re: GSoC idea - Simulated annealing to search for query plans - Mailing list pgsql-hackers

From Tom Lane
Subject Re: GSoC idea - Simulated annealing to search for query plans
Date
Msg-id 27204.1426698203@sss.pgh.pa.us
Whole thread Raw
In response to Re: GSoC idea - Simulated annealing to search for query plans  (Grzegorz Parka <grzegorz.parka@gmail.com>)
List pgsql-hackers
Grzegorz Parka <grzegorz.parka@gmail.com> writes:
> I'm thinking of testing and improving SAIO as an extension before reaching
> a satisfactory quality of code and returned plans.

> Would then the destination be the /contrib and then main source tree or
> would it ever stay as an extension?

I'd like to push it into the main tree, replacing GEQO, if as we suspect
it turns out to dominate GEQO on speed/plan quality.  There's no reason
not to test it in the manner you describe though.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Justin Pryzby
Date:
Subject: Re: pg9.4 relpages of child tables
Next
From: Tom Lane
Date:
Subject: Re: Rethinking the parameter access hooks for plpgsql's benefit