Re: Small optimization with expanding dynamic hash table

Поиск
Список
Период
Сортировка
От cca5507
Тема Re: Small optimization with expanding dynamic hash table
Дата
Msg-id tencent_032D6F0AAE8C1FDEDC81AFDD4FA85C215406@qq.com
обсуждение исходный текст
Ответ на Re: Small optimization with expanding dynamic hash table  (Rahila Syed <rahilasyed90@gmail.com>)
Ответы Re: Small optimization with expanding dynamic hash table
Список pgsql-hackers
> One thing to note is that in this scenario, there is no safeguard if the hashvalue is 0x111 and new_bucket is 0x110.

But the hash table is already corrupted if the hashvalue 0x111 in old_bucket 0x010, all hashvalue in old_bucket should have: hashvalue & low_mask == old_bucket's no.

--
Regards,
ChangAo Chen

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