Re: Auto creation of Partitions

Поиск
Список
Период
Сортировка
От NikhilS
Тема Re: Auto creation of Partitions
Дата
Msg-id d3c4af540703092113o3acbe35bo1809765869b52983@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Auto creation of Partitions  (Robert Treat <xzilla@users.sourceforge.net>)
Ответы Re: Auto creation of Partitions  (Robert Treat <xzilla@users.sourceforge.net>)
Список pgsql-hackers
Hi,
> Given that Simon wants to do away with having the master table APPENDed in
> the planning phase, this would be better.
>

ISTM you're trading appending the master table for appending the DUMP
partition, which afaict would give you no gain.
 
 
If there are entries in the master table, I think it would get appended for all queries regardless of whether we need to examine its contents or not. Segregating dump data into a partition will avoid that.
 
I have seen examples in some other databases wherein a partition specifies a range of "someval - MAXINT" for instance, to catch such cases.

That again means that the onus is on the partition creator most of the times..

Regards,
Nikhils

 
--
Robert Treat
Build A Brighter LAMP :: Linux Apache {middleware} PostgreSQL



--
EnterpriseDB               http://www.enterprisedb.com

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

Предыдущее
От: NikhilS
Дата:
Сообщение: Re: Auto creation of Partitions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: msvc failure in largeobject regression test