RE: [GENERAL] INDEXes and UNIQUES and PRIMARY KEYS - Mailing list pgsql-general

From Jackson, DeJuan
Subject RE: [GENERAL] INDEXes and UNIQUES and PRIMARY KEYS
Date
Msg-id D05EF808F2DFD211AE4A00105AA1B5D20DCBA5@cpsmail
Whole thread Raw
List pgsql-general
> If I have a UNIQUE or PRIMARY KEY clause on my class, does that create a
> btree or hash index?
btree

> I guess if I have a UNIQUE constraint or PRIMARY KEY at class creation,
> I don't have to create an index explicitely via CREATE INDEX ?
correct

    -DEJ

pgsql-general by date:

Previous
From: "Jackson, DeJuan"
Date:
Subject: RE: [GENERAL] Speed
Next
From: "Jackson, DeJuan"
Date:
Subject: RE: [GENERAL] UNIQUE performance?