Re: On columnar storage

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: On columnar storage
Дата
Msg-id 11993.1434304074@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: On columnar storage  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> Another choice I considered was subquery_planner: in the spot where
> expand_inherited_tables() is called, add a new call to expand the RTEs
> that correspond to tables containing stores.  But I had second thoughts
> because that function says "it's safe because it only adds baserels, not
> joins", and I'm adding joins.

I think that comment is only justifying why we don't need to redetermine
hasJoinRTEs/hasLateralRTEs/hasOuterJoins afterwards.
        regards, tom lane



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: 9.5 release notes
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: On columnar storage