default operator class: btree or hash

Поиск
Список
Период
Сортировка
От Dmitry G. Mastrukov
Тема default operator class: btree or hash
Дата
Msg-id 1070255573.317.16.camel@flame-in-night.hq.taurussoft.org
обсуждение исходный текст
Ответы Re: default operator class: btree or hash  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-hackers
Hi, all!

I'm preparing new release of uniqueidentifier datatype. In new relaease
in addition to existing btree operator class I've implemented hash
operator class. But what class should be default for this datatype?
Uniqueidentifier is used for identification, so main operation with it
is '=', on machines with /dev/urandom '<','>' operations have no meaning
(parts for date and time are randomized). May be hash operator class
should be default for uniqueidentifier?

Regards,
Dmitry




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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] Index creation takes for ever
Следующее
От: Jonathan Gardner
Дата:
Сообщение: Partitions implementation with views