Re: [HACKERS] path toward faster partition pruning

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Re: [HACKERS] path toward faster partition pruning
Дата
Msg-id 8518d31e-8f31-c643-1cbb-0a855d50fb32@lab.ntt.co.jp
обсуждение исходный текст
Ответ на Re: [HACKERS] path toward faster partition pruning  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Ответы Re: [HACKERS] path toward faster partition pruning
Re: [HACKERS] path toward faster partition pruning
Re: [HACKERS] path toward faster partition pruning
Список pgsql-hackers
On 2018/03/16 21:55, Amit Langote wrote:
> Attached updated patches.

Attached is further revised version.

Of note is getting rid of PartitionPruneContext usage in the static
functions of partprune.c.  Most of the code there ought to only run during
planning, so it can access the necessary information from RelOptInfo
directly instead of copying it to PartitionPruneContext and then passing
it around.

Thanks,
Amit

Вложения

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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: XID-assigned idle transactions affect vacuum's job.
Следующее
От: Antonin Houska
Дата:
Сообщение: Define variable only in the scope that needs it