Re: Planner question

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Planner question
Дата
Msg-id 1220640083.11403.32.camel@dell.linuxdev.us.dell.com
обсуждение исходный текст
Ответ на Planner question  (Tom Raney <raneyt@cecs.pdx.edu>)
Список pgsql-hackers
On Fri, 2008-09-05 at 11:21 -0700, Tom Raney wrote:
> Why does the planner consider both input variations of each symmetric merge join?  The README says "there is not a
lotof difference" between the two options.  When are there any differences?
 
> 
> -Tom Raney
> 

http://archives.postgresql.org/pgsql-general/2008-08/msg00967.php

My understanding from that thread is that if one table has high
ndistinct and the other has low ndistinct, one plan may require more
re-scanning than the other.

Regards,Jeff Davis



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

Предыдущее
От: "David E. Wheeler"
Дата:
Сообщение: Re: [Review] Tests citext casts by David Wheeler.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Verbosity of Function Return Type Checks