Table Partitioning Feature

Поиск
Список
Период
Сортировка
От Amit Gupta
Тема Table Partitioning Feature
Дата
Msg-id 8d79a95c0901220438s197e9a76t94b9b4b072789bea@mail.gmail.com
обсуждение исходный текст
Ответы Re: Table Partitioning Feature  (Josh Berkus <josh@agliodbs.com>)
Re: Table Partitioning Feature  (Emmanuel Cecchet <manu@frogthinker.org>)
Список pgsql-hackers
Hi,

We are implementing table partitioning feature to support
- the attached commands. The syntax conforms to most of the suggestion mentioned in http://archives.postgresql.org/pgsql-hackers/2008-01/msg00413.php, barring the following:
-- Specification of partition names is optional. System will be able to generate partition names in such cases.
-- sub partitioning
 We are using pgsql triggers to push/move data to appropriate partitions, but we will definitely consider moving to C language triggers as suggested by manu.
- Global non-partitioned indexes (that will extend all the partitions).
- Foreign key support for tables referring to partitioned tables.

Please feel free to post your comments and suggestions.

Thanks,
Amit
Persistent Systems



Вложения

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: libpq WSACleanup is not needed
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Pluggable Indexes (was Re: rmgr hooks (v2))