Re: SDP query optimizer

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: SDP query optimizer
Дата
Msg-id 514CF5C4.2090603@agliodbs.com
обсуждение исходный текст
Ответ на SDP query optimizer  (Adriano Lange <alange0001@gmail.com>)
Ответы Re: SDP query optimizer  (Adriano Lange <alange0001@gmail.com>)
Список pgsql-hackers
Adriano,

> 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:

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.

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.

Keep up the good work!

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Adriano Lange
Дата:
Сообщение: SDP query optimizer
Следующее
От: Ants Aasma
Дата:
Сообщение: Re: Page replacement algorithm in buffer cache