Implicit btree index from unique constraint versus explicit btree index

Поиск
Список
Период
Сортировка
От David Monarchi
Тема Implicit btree index from unique constraint versus explicit btree index
Дата
Msg-id eea51fdb0710021534m477060f9g5352da717c477a4e@mail.gmail.com
обсуждение исходный текст
Ответы Re: Implicit btree index from unique constraint versus explicit btree index
Список pgsql-novice
Hello -

PG v8.2

I have a number of fields in tables with a unique constraint defined on them resulting in the creation of an implicit btree index on the field.

Does PG use this implicit index in answering queries in the same manner as an explicit index, or do I have to create an explicit index in addition to the implicit one?

Thank you.

David

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

Предыдущее
От: "Wright, George"
Дата:
Сообщение: Re: DST question
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Re: Implicit btree index from unique constraint versus explicit btree index