Re: Tale partitioning - Mailing list pgsql-admin

From Jim C. Nasby
Subject Re: Tale partitioning
Date
Msg-id 20060426225036.GG97354@pervasive.com
Whole thread Raw
In response to Re: Tale partitioning  ("Chris Hoover" <revoohc@gmail.com>)
List pgsql-admin
On Wed, Apr 26, 2006 at 04:33:04PM -0400, Chris Hoover wrote:
> Each of the partition tables needs it's own set of indexes.  Build them, and
> see if the does not fix your performance issues.  Also, be sure you turned
> on the constraint_exclusion parameter, and each table (other than the
> "master") has an constraint on it that is unique.

I don't believe constraint_exclusion is smart enough to deal with ORDER
BY / LIMIT yet... :/
--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461

pgsql-admin by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: dbsize & pg_dump
Next
From: "Jim C. Nasby"
Date:
Subject: Re: Table partitioning