Re: Why hash indexes suck

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Why hash indexes suck
Дата
Msg-id 1086474634.13110.199.camel@jeff
обсуждение исходный текст
Ответ на Re: Why hash indexes suck  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Why hash indexes suck
Список pgsql-hackers
On Sat, 2004-06-05 at 13:31, Tom Lane wrote:
> Only if you want to require a hash opclass to supply ordering operators,
> which sort of defeats the purpose I think.  Hash is only supposed to
> need equality not ordering.

Is it possible to assume some kind of ordering (i.e. strcmp() the binary
data of the type) as long as it's consistent?

Regards,Jeff



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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Official Freeze Date for 7.5: July 1st, 2004
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Why hash indexes suck