Re: WIP Join Removal

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: WIP Join Removal
Дата
Msg-id 1220372127.4371.456.camel@ebony.2ndQuadrant
обсуждение исходный текст
Ответ на Re: WIP Join Removal  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
On Tue, 2008-09-02 at 12:02 -0400, Tom Lane wrote:
> Simon Riggs <simon@2ndQuadrant.com> writes:
> >> Oh. How does the query look like after removing the join, then?
>
> > Same answer, just slower. Removing the join makes the access to a into a
> > SeqScan, whereas it was a two-table index plan when both tables present.
>
> I don't really believe this...

Yes, this will be changed. No need to review further at this stage.

--
 Simon Riggs           www.2ndQuadrant.com
 PostgreSQL Training, Services and Support


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: WIP Join Removal
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: WIP Join Removal