Re: Hash function for numeric (WIP)

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: Hash function for numeric (WIP)
Дата
Msg-id 1178650849.6034.17.camel@goldbach
обсуждение исходный текст
Ответ на Re: Hash function for numeric (WIP)  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Hash function for numeric (WIP)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
On Sun, 2007-06-05 at 21:30 -0400, Tom Lane wrote:
> It'd be a good idea if you repeat the previous number-of-collisions
> experiment on this code.

I repeated the same experiment, and got essentially the same number of
collisions (829 collisions on ~2 million randomly generated numerics,
with 273 duplicates). Since the modified hash still uses hash_any() and
really only differs when there are leading/trailing zeros, this is
consistent with what I'd expect.

Patch applied to HEAD.

-Neil



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [WIP] GUC for temp_tablespaces
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Patch: Allocation of "kind" codes for spatial type.