Re: [HACKERS] Lazy hash table for XidInMVCCSnapshot (helps Zipfiana bit)

Поиск
Список
Период
Сортировка
От Sokolov Yura
Тема Re: [HACKERS] Lazy hash table for XidInMVCCSnapshot (helps Zipfiana bit)
Дата
Msg-id 20170822151740.3a13d69d@falcon-work
обсуждение исходный текст
Ответ на Re: [HACKERS] Lazy hash table for XidInMVCCSnapshot (helps Zipfian a bit)  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: [HACKERS] Lazy hash table for XidInMVCCSnapshot (helps Zipfian a bit)  (Michael Paquier <michael.paquier@gmail.com>)
Re: [HACKERS] Lazy hash table for XidInMVCCSnapshot (helps Zipfian abit)  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
Simplified a bit and more commented patch version is in attach.

Algorithm were switched to linear probing, it makes code simpler and
clearer.
Flag usages were toggled: now it indicates that hash table were built,
it also makes code clearer.
XidInXip and some other functions got comments.

-- 
With regards,
Sokolov Yura aka funny_falcon
Postgres Professional: https://postgrespro.ru
The Russian Postgres Company

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Вложения

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

Предыдущее
От: amul sul
Дата:
Сообщение: Re: [HACKERS] Hash Functions
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: [HACKERS] Updating line length guidelines