Re: Table Partitioning

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Table Partitioning
Дата
Msg-id BANLkTikYKeePVuw46oQz-tw0-BVBN3MvQg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Table Partitioning  (David Fetter <david@fetter.org>)
Ответы Re: Table Partitioning
Список pgsql-hackers
On Tue, Jun 21, 2011 at 1:52 PM, David Fetter <david@fetter.org> wrote:
>> Still, I think a pretty clear
>> way forward here is to try to figure out a way to add some explicit
>> syntax for range partitions, so that you can say...
>>
>> foo_a is for all rows where foo starts with 'a'
>> foo_b is for all rows where foo starts with 'b'
>> ...
>> foo_xyz is for all rows where foo starts with 'xyz'
>>
>> If we have that data represented explicitly in the system catalog,
>> then we can look at doing built-in INSERT-routing and UPDATE-handling.
>>  For an added bonus, it's a more natural syntax.
>
> Does someone else have such a syntax?  Does The Standard™ have
> anything to say?

Yes, and I don't know, respectively.  There have been previous
discussions of this.  You might want to start by reading the
discussion around the previous patch.

https://commitfest.postgresql.org/action/patch_view?id=266

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Hugetables question
Следующее
От: Steve Singer
Дата:
Сообщение: Re: Online base backup from the hot-standby