Re: indexes on partitioned tables - on the base table, or the partitioned tables?

Поиск
Список
Период
Сортировка
От Hrishikesh Mehendale
Тема Re: indexes on partitioned tables - on the base table, or the partitioned tables?
Дата
Msg-id 200908310944.52528.hrishikesh.mehendale@riverbed.com
обсуждение исходный текст
Ответ на indexes on partitioned tables - on the base table, or the partitioned tables?  (Kevin Kempter <kevink@consistentstate.com>)
Список pgsql-general
Hi Kevin,

From the PG documentation (section 5.8 - inheritance):
  http://www.postgresql.org/docs/current/static/ddl-inherit.html

"A serious limitation of the inheritance feature is that indexes (including
unique constraints) and foreign key constraints only apply to single tables,
not to their inheritance children. This is true on both the referencing and
referenced sides of a foreign key constraint."

So there's no "best place", there's only one place for the indexes and
constraints - which is the table(s) that contain the data, which would usually
be the individual partition tables.

(This caveat seems to be absent from the Partitioning documentation (section
5.9))

Cheers,
~Hrishi

It was Sunday 30 August 2009 07:17:28 pm that the wise Kevin Kempter thus
wrote:
> Hi all;
>
> where's the best place for the indexes/constraints on a partitioned table.
>
> I assume it's best to place the FK constraints/triggers on the base/master
> table and the indexes on the individual partition tables.
>
> Thoughts?
>
> Thanks in advance.

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

Предыдущее
От: Erwin Brandstetter
Дата:
Сообщение: Re: Import data from XML file
Следующее
От: BlackMage
Дата:
Сообщение: Import Using PHPPGADMIN