Re: Hash index todo list item

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Hash index todo list item
Дата
Msg-id 21432.1189085898@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Hash index todo list item  (Hannu Krosing <hannu@skype.net>)
Ответы Re: Hash index todo list item  (Hannu Krosing <hannu@skype.net>)
Список pgsql-hackers
Hannu Krosing <hannu@skype.net> writes:
> Ühel kenal päeval, E, 2007-09-03 kell 19:55, kirjutas Tom Lane:
>> No, because part of the deal is that you can do lookups using only the
>> leading index columns.  At least, all the existing multicolumn index
>> types can do that.

> One approahc is not to mix hashes, but to partition the hash, so that
> each column gets its N bits in the hash. 

How does that help?  You still need all the keys to find out which
bucket to look in.
        regards, tom lane


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: [FEATURE REQUEST] Streaming Onlinebackup (Maybe OFFTOPIC)
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: Hash index todo list item