Table partitioning problem

From: Samba GUEYE <samba(dot)gueye(at)intesens(dot)com>
To: Postgre Performance <pgsql-performance(at)postgresql(dot)org>
Subject: Table partitioning problem
Date: 2011-03-08 15:45:08
Message-ID: 4D764F04.7020400@intesens.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hello,
I have a problem with table partitioning because i have a foreign key
applied on the partionned table and it throw a constraint violation
error during inserts.
I saw on the manual
(http://www.postgresql.org/docs/8.4/interactive/ddl-inherit.html caveats
section) that it's a limitation due to postgrsql table inheritance
select queries performance are really bad without partitionning and i'm
looking for a workaround to this foreign key problem or another solution
for improve performance for larges tables.

Thanks in advance for your responses

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Andreas Forø Tollefsen 2011-03-08 16:58:58 Re: Performance issues
Previous Message Andy Colson 2011-03-08 15:21:37 Re: Performance issues