Re: how can I change a btree index into a hash index?

Поиск
Список
Период
Сортировка
От Stephen Robert Norris
Тема Re: how can I change a btree index into a hash index?
Дата
Msg-id 1068784335.19453.7.camel@ws12.commsecure.com.au
обсуждение исходный текст
Ответ на Re: how can I change a btree index into a hash index?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Thu, 2003-11-13 at 10:01, Tom Lane wrote:
> Mark Harrison <mh@pixar.com> writes:
> > Since these are all unique things, and will only be tested for
> > equality, I am guessing that making a hash index will be better
> > than making a btree index.
>
> You are mistaken.  If there were any real value in that, we'd offer
> an easier way to do it.
>
>             regards, tom lane

Hash indices also have locking restrictions that make them less useful
in most applications.

    Stephen


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

Предыдущее
От: Ma Siva Kumar
Дата:
Сообщение: Re: multibyte support [Resolved]
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: GUIDs