INDEXes and UNIQUES and PRIMARY KEYS

Поиск
Список
Период
Сортировка
От Chris Bitmead
Тема INDEXes and UNIQUES and PRIMARY KEYS
Дата
Msg-id 37250ADE.F1705137@bigfoot.com
обсуждение исходный текст
Ответ на 9k limit?  ("Justin Long" <justinlong@strategicnetwork.org>)
Список pgsql-general
If I have a UNIQUE or PRIMARY KEY clause on my class, does that create a
btree or hash index?

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 ?

В списке pgsql-general по дате отправления:

Предыдущее
От: Jim Jennis
Дата:
Сообщение: Re: [GENERAL] advice on buying sun hardware to run postgres
Следующее
От: Chris Bitmead
Дата:
Сообщение: UNIQUE performance?