Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

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


  • From: Kevin Kempter <kevink(at)consistentstate(dot)com>
  • To: pgsql-general(at)postgresql(dot)org
  • Subject: indexes on partitioned tables - on the base table, or the partitioned tables?
  • Date: Sun, 30 Aug 2009 20:17:28 -0600
  • Message-id: <200908302017.28383.kevink@consistentstate.com> <text/plain>

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.



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group