Re: SDP query optimizer - Mailing list pgsql-hackers

From Ants Aasma
Subject Re: SDP query optimizer
Date
Msg-id CA+CSw_vFE1_+Y0d2Pij10XcQg30kw3vyddyJayw4G8hYNhs3=g@mail.gmail.com
Whole thread Raw
In response to SDP query optimizer  (Adriano Lange <alange0001@gmail.com>)
Responses Re: SDP query optimizer  (Adriano Lange <alange0001@gmail.com>)
List pgsql-hackers
On Sat, Mar 23, 2013 at 1:35 AM, Adriano Lange <alange0001@gmail.com> wrote:
> I have developed a new query optimizer for PostgreSQL and I would like to
> share it with the community. The optimizer's name is Sampling and Dynamic
> Programming (SDP). I put it into a plugin developed some years ago, named
> LJQO:
>
> https://github.com/alange0001/ljqo.git

Looks great. Do you happen to have any papers or insight into why SDP
works as well as it does? It isn't immediately clear to me why the
cheapest left-deep tree is a good heuristic start point for the
dynamic programming phase.

Regards,
Ants Aasma
--
Cybertec Schönig & Schönig GmbH
Gröhrmühlgasse 26
A-2700 Wiener Neustadt
Web: http://www.postgresql-support.de



pgsql-hackers by date:

Previous
From: Ants Aasma
Date:
Subject: Re: Page replacement algorithm in buffer cache
Next
From: Amit Kapila
Date:
Subject: Re: Proposal for Allow postgresql.conf values to be changed via SQL [review]