Re: Hash support for arrays

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Hash support for arrays
Дата
Msg-id 1288722794-sup-9633@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Hash support for arrays  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Excerpts from Tom Lane's message of mar nov 02 15:21:31 -0300 2010:

> What concerns me about that is that it tends to push the bits to the
> left --- I think the effects of the earlier inputs are going to overflow
> out as you incorporate a lot of newer inputs.  What you want is a scheme
> where every input item affects all the bits of the final result about
> equally, and my gut feeling is this doesn't provide that.

Ahh, now I understand what you meant with "rotating" the bits in the
original email in this thread.  You're not simply shifting.  Clever.

-- 
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Hash support for arrays
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Hash support for arrays