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

From rverghese
Subject Re: Primary key vs unique index
Date
Msg-id 1341590873296-5715712.post@n5.nabble.com
Whole thread Raw
In response to Primary key vs unique index  ("Voils, Steven M" <steve@sensorswitch.com>)
Responses Re: Primary key vs unique index  (hubert depesz lubaczewski <depesz@depesz.com>)
Re: Primary key vs unique index  (Gurjeet Singh <singh.gurjeet@gmail.com>)
List pgsql-general
We are experiencing a similar problem, even though we are on 8.4 and have
been for a while, and have autovacuum turned on. I have regular concurrent
reindexes on the indexes but the primary key is seriously bloated. I was
considering doing the same thing, that is, create another primary key that
is built on a sequence ( primarily for slony) and then change my current
multi-column primary key to a unique index. Have you been able to work
around the problem in any other way?

Thanks
RV

--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Primary-key-vs-unique-index-tp3883778p5715712.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Dynamic query execution using array
Next
From: ChoonSoo Park
Date:
Subject: Re: Dynamic query execution using array