Re: [HACKERS] Declarative partitioning - another take

Поиск
Список
Период
Сортировка
От Ildar Musin
Тема Re: [HACKERS] Declarative partitioning - another take
Дата
Msg-id e740225e-3073-3cb8-4a60-261c2ddca8a6@postgrespro.ru
обсуждение исходный текст
Ответ на Re: Declarative partitioning - another take  (Dmitry Ivanov <d.ivanov@postgrespro.ru>)
Ответы Re: [HACKERS] Declarative partitioning - another take  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Hi hackers,

On 08.12.2016 19:44, Dmitry Ivanov wrote:
>> That would be fantastic.  I and my colleagues at EnterpriseDB can
>> surely help review; of course, maybe you and some of your colleagues
>> would like to help review our patches, too.
>
> Certainly, I'll start reviewing as soon as I get familiar with the code.
>
>
>> Do you think this is
>> likely to be something where you can get something done quickly, with
>> the hope of getting it into v10?
>
> Yes, I've just cleared my schedule in order to make this possible. I'll
> bring in the patches ASAP.
>
>

We've noticed that PartitionDispatch object is built on every INSERT 
query and that it could create unnecessary overhead. Wouldn't it be 
better to keep it in relcache?

Thanks!

-- 
Ildar Musin
i.musin@postgrespro.ru



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

Предыдущее
От: Nico Williams
Дата:
Сообщение: Re: [HACKERS] jsonb problematic operators
Следующее
От: Vladimir Rusinov
Дата:
Сообщение: [HACKERS] [PATCH] Rename pg_switch_xlog to pg_switch_wal