Re: SDP query optimizer

From: Adriano Lange <alange0001(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: SDP query optimizer
Date: 2013-03-23 10:17:53
Message-ID: 514D8151.2040809@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 22-03-2013 21:22, Josh Berkus wrote:
> Woah! Way cool.
>
> As a warning, we're in the closing throes of version 9.3 right now, so
> if you code/ideas doesn't get the attention it deserves, that's why.

Ok. No problem. :-)

> There is an incomplete project from a few years back to make the
> non-exhaustive query planner pluggable so that we could use different
> algorithms. Unfortunately, it was never finished and merged with the
> core code. Your planner is yet another reason it would be great to
> complete this.

Yes. I looked at the Julius and Tomas' project in pgFoundry [1] some
years ago, but it was inactive. Therefore, I decided to start a new one.

[1] - http://pgfoundry.org/projects/optimizer/

Anyway, good work for all of you.

--
Adriano Lange

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Adriano Lange 2013-03-23 11:44:15 Re: SDP query optimizer
Previous Message Brendan Jurd 2013-03-23 09:53:06 Re: Single-argument variant for array_length and friends?