Re: Hash index use presently(?) discouraged since 2005: revive or bury it?

Поиск
Список
Период
Сортировка
От Leonardo Francalanci
Тема Re: Hash index use presently(?) discouraged since 2005: revive or bury it?
Дата
Msg-id 1315993407.43414.YahooMailNeo@web29009.mail.ird.yahoo.com
обсуждение исходный текст
Ответ на Re: Hash index use presently(?) discouraged since 2005: revive or bury it?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
>>  Hash indexes have been improved since 2005 - their performance was

>>  improved quite a bit in 9.0. Here's a more recent analysis:
>
>>  http://www.depesz.com/index.php/2010/06/28/should-you-use-hash-index/
>
> The big picture though is that we're not going to remove hash indexes,
> even if they're nearly useless in themselves

Well, if they provide 3x the performance of btree indexes on index creation,
I wouldn't call them "useless" just because they're not logged or they can't
be unique. In fact, I think the docs should specify that in index creation
they're actually better than btree (if, in fact, they are and the "depesz" test
is not a corner case).

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Hash index use presently(?) discouraged since 2005: revive or bury it?
Следующее
От: MirrorX
Дата:
Сообщение: Re: cannot use multicolumn index