Re: Why hash indexes suck

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Why hash indexes suck
Дата
Msg-id 689.1086467472@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Why hash indexes suck  (Sailesh Krishnamurthy <sailesh@cs.berkeley.edu>)
Ответы Re: Why hash indexes suck  (Jeff Davis <jdavis-pgsql@empires.org>)
Re: Why hash indexes suck  (pgsql@mohawksoft.com)
Список pgsql-hackers
Sailesh Krishnamurthy <sailesh@cs.berkeley.edu> writes:
> This is probably a crazy idea, but is it possible to organize the data
> in a page of a hash bucket as a binary tree ?

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.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: I/O support for composite types
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [pgsql-advocacy] Not 7.5, but 8.0 ?