RE: [GENERAL] UNIQUE performance?

From: "Jackson, DeJuan" <djackson(at)cpsgroup(dot)com>
To: Chris Bitmead <chris(dot)bitmead(at)bigfoot(dot)com>, pgsql-general(at)postgreSQL(dot)org
Subject: RE: [GENERAL] UNIQUE performance?
Date: 1999-04-27 19:22:35
Message-ID: D05EF808F2DFD211AE4A00105AA1B5D20DCBA7@cpsmail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> If I want to have an index on oid, which will obviously be unique
> anyway, is it more efficient to have or not to have the UNIQUE option on
> CREATE INDEX ?
Good question my thought would be not to have the Unique; then the Indexing
code doesn't have to check for duplicates when inserting new values.
-DEJ

Browse pgsql-general by date

  From Date Subject
Next Message Anand Surelia 1999-04-28 00:12:26 DBI driver for Postgres?
Previous Message Jackson, DeJuan 1999-04-27 19:21:06 RE: [GENERAL] INDEXes and UNIQUES and PRIMARY KEYS