Re: Primary key vs unique index - Mailing list pgsql-general

From Scott Marlowe
Subject Re: Primary key vs unique index
Date
Msg-id AANLkTimrbrGNzUCk8i6yy9ABZyxTHs95J+0Tbj3Te478@mail.gmail.com
Whole thread Raw
In response to Re: Primary key vs unique index  (Scott Marlowe <scott.marlowe@gmail.com>)
Responses Re: Primary key vs unique index  ("Voils, Steven M" <steve@sensorswitch.com>)
List pgsql-general
On Thu, Mar 17, 2011 at 12:51 PM, Scott Marlowe <scott.marlowe@gmail.com> wrote:
> On Thu, Mar 17, 2011 at 6:19 AM, Voils, Steven M <steve@sensorswitch.com> wrote:
>> Is there a fundamental difference between a primary key and a unique index?
>> Currently we have primary keys on tables that have significant amounts of
>> updates performed on them, as a result the primary key indexes are becoming
>> significantly bloated.  There are other indexes on the tables that also
>> become bloated as a result of this, but these are automatically rebuild
>> periodically by the application (using the concurrently flag) when read
>> usage is expected to be very low.
>
> If you're experiencing bloat, but not deleting huge chunks of your
> table at a time, then you're not vacuuming aggressively enough

Or you're on 8.3 or before and blowing out your free space map.

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: Primary key vs unique index
Next
From: "Voils, Steven M"
Date:
Subject: Re: Primary key vs unique index