Re: Fwd: How does the partitioned lock manager works?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fwd: How does the partitioned lock manager works?
Дата
Msg-id 14726.1177685187@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Fwd: How does the partitioned lock manager works?  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> rancpine cui escribi�:
>> What does "hash chains" mean?

> Each "hash chain" is a different, separate, independent hash struct.

It's pretty much equivalent to "hash bucket" --- this comment says chain
because it's focusing on the physical representation of the bucket as a
linked list, whereas "bucket" doesn't presume anything about how the
elements in the bucket are stored.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Avoiding unnecessary reads in recovery
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Modifying TOAST thresholds