Re: Hash Indexes

Поиск
Список
Период
Сортировка
От Geoff Winkless
Тема Re: Hash Indexes
Дата
Msg-id CAEzk6feXy6zcfnJcF3=mDVXqDB=qsnM1=WeXGCu1vLdhmN_cdw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Hash Indexes  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Hash Indexes  (Jeff Janes <jeff.janes@gmail.com>)
Re: Hash Indexes  (AP <ap@zip.com.au>)
Список pgsql-hackers
On 21 September 2016 at 13:29, Robert Haas <robertmhaas@gmail.com> wrote:
> I'd be curious what benefits people expect to get.

An edge case I came across the other day was a unique index on a large
string: postgresql popped up and told me that I couldn't insert a
value into the field because the BTREE-index-based constraint wouldn't
support the size of string, and that I should use a HASH index
instead. Which, of course, I can't, because it's fairly clearly
deprecated in the documentation...



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Hash Indexes
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: Better tracking of free space during SP-GiST index build