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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: how can I change a btree index into a hash index?
Дата
Msg-id 29397.1068678074@sss.pgh.pa.us
обсуждение исходный текст
Ответ на how can I change a btree index into a hash index?  (Mark Harrison <mh@pixar.com>)
Ответы Re: how can I change a btree index into a hash index?  (Stephen Robert Norris <srn@commsecure.com.au>)
Список pgsql-general
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

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

Предыдущее
От: Alex
Дата:
Сообщение: PL/PGSQL functions suddenly not working
Следующее
От: Christopher Murtagh
Дата:
Сообщение: plpgsql return setof integer?