Re: Removing INNER JOINs

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Removing INNER JOINs
Дата
Msg-id 20141203175731.GH3342@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: Removing INNER JOINs  (Atri Sharma <atri.jiit@gmail.com>)
Ответы Re: Removing INNER JOINs  (Atri Sharma <atri.jiit@gmail.com>)
Re: Removing INNER JOINs  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
* Atri Sharma (atri.jiit@gmail.com) wrote:
> Agreed, but in some cases, we could possibly make some assumptions (if
> there is no index, if a large fraction of table will be returned in scan,
> FunctionScan).

All neat ideas but how about we get something which works in the way
being asked for before we start trying to optimize it..?  Maybe I'm
missing something, but getting all of this infrastructure into place and
making sure things aren't done to the plan tree which shouldn't be (or
done to all of them if necessary..) is enough that we should get that
bit done first and then worry if there are ways we can further improve
things..
THanks,
    Stephen

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

Предыдущее
От: Atri Sharma
Дата:
Сообщение: Re: Removing INNER JOINs
Следующее
От: Atri Sharma
Дата:
Сообщение: Re: Removing INNER JOINs