Was partitioned table row estimation fixed in 9.0?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Was partitioned table row estimation fixed in 9.0?
Дата
Msg-id 4B8850C2.8020405@agliodbs.com
обсуждение исходный текст
Ответы Re: Was partitioned table row estimation fixed in 9.0?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
There were a flurry of patches around this from Stark and Aster Data, so
I'm checking if I should be testing on 9.0 or adding this to the TODO list.

The problem I'm grappling with is that OUTER JOINS against the master in
a partitioned table (joining to the append node) gives a row estimate
which does not take into account any CE applicable to the partitioned
table.  The CE is properly executed when the join is actually executed,
but with the row estimate way off (orders of magnitude) you often get
bad plans for other joins in the query.

This seems fixable for 9.1 if it hasn't been done already.

--Josh Berkus


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Avoiding bad prepared-statement plans.
Следующее
От: Greg Smith
Дата:
Сообщение: Re: Re: Hot Standby query cancellation and Streaming Replication integration