Re: Simple join optimized badly?

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: Simple join optimized badly?
Дата
Msg-id 20061010142101.GD72517@nasby.net
обсуждение исходный текст
Ответ на Re: Simple join optimized badly?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Simple join optimized badly?  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-performance
On Tue, Oct 10, 2006 at 10:14:48AM -0400, Tom Lane wrote:
> "Jim C. Nasby" <jim@nasby.net> writes:
> > I'd rather have the ugly solution sooner rather than the elegant one
> > later (if ever).
>
> The trouble with that is that we couldn't ever get rid of it, and we'd
> be stuck with backward-compatibility concerns with the first (over
> simplified) design.  It's important to get it right the first time,
> at least for stuff that you know perfectly well is going to end up
> embedded in application code.

We've depricated things before, I'm sure we'll do it again. Yes, it's a
pain, but it's better than not having anything release after release.
And having a formal hint language would at least allow us to eventually
clean up some of these oddball cases, like the OFFSET 0 hack.

I'm also not convinced that even supplimental statistics will be enough
to ensure the planner always does the right thing, so query-level hints
may have to stay (though it'd be great if that wasn't the case).
--
Jim Nasby                                            jim@nasby.net
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)

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

Предыдущее
От: "Steinar H. Gunderson"
Дата:
Сообщение: Re: Simple join optimized badly?
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Simple join optimized badly?