Re: Fwd: How does the partitioned lock manager works? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Fwd: How does the partitioned lock manager works?
Date
Msg-id 14726.1177685187@sss.pgh.pa.us
Whole thread Raw
In response to Re: Fwd: How does the partitioned lock manager works?  (Alvaro Herrera <alvherre@commandprompt.com>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Avoiding unnecessary reads in recovery
Next
From: Tom Lane
Date:
Subject: Re: Modifying TOAST thresholds