Re: A problem about partitionwise join

Поиск
Список
Период
Сортировка
От Alvaro Herrera from 2ndQuadrant
Тема Re: A problem about partitionwise join
Дата
Msg-id 20190910204822.GA9494@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: A problem about partitionwise join  (Richard Guo <riguo@pivotal.io>)
Ответы Re: A problem about partitionwise join  (Richard Guo <riguo@pivotal.io>)
Список pgsql-hackers
So in this patch, the input restrictlist is modified to include the
clauses generated by generate_join_implied_equalities_for_all.  That
doesn't seem okay -- doesn't it affect downstream usage of the
restrictlist in the caller of set_joinrel_size_estimates?

I wonder if it's possible to do this by using the ECs directly in
have_partkey_equi_join instead of using them to create fake join
clauses.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Alvaro Herrera from 2ndQuadrant
Дата:
Сообщение: Re: Duplicated LSN in ReorderBuffer
Следующее
От: Alvaro Herrera from 2ndQuadrant
Дата:
Сообщение: Re: Unaccent extension python script Issue in Windows