Re: reorganizing partitioning code (was: Re: [HACKERS] path towardfaster partition pruning)

Поиск
Список
Период
Сортировка
От Ashutosh Bapat
Тема Re: reorganizing partitioning code (was: Re: [HACKERS] path towardfaster partition pruning)
Дата
Msg-id CAFjFpReeAPmo6U1UWsiD29bse8k--JMWgmJ9WB1Sf_8CTfy9PA@mail.gmail.com
обсуждение исходный текст
Ответ на reorganizing partitioning code (was: Re: [HACKERS] path toward fasterpartition pruning)  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Список pgsql-hackers
On Tue, Feb 13, 2018 at 2:17 PM, Amit Langote
<Langote_Amit_f8@lab.ntt.co.jp> wrote:
>
> Agree with the proposed reorganizing and adding a partcache.c, which I
> tried to do in the attached patch.
>
> * The new src/backend/utils/cache/partcache.c contains functions that
> initialize relcache's partitioning related fields.  Various partition
> bound comparison and search functions (and then some) that work off of the
> cached information are moved.

Are you moving partition bound comparison functions to partcache.c?
They will also used by optimizer, so may be leave them out of
partcache.c?

-- 
Best Wishes,
Ashutosh Bapat
EnterpriseDB Corporation
The Postgres Database Company


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

Предыдущее
От: Anthony Bykov
Дата:
Сообщение: Re: Transform for pl/perl
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [Sender Address Forgery]Re: [Sender Address Forgery]Re: [SenderAddress Forgery]Re: [HACKERS] path toward faster partition pruning