Re: Shared locking in slru.c - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Shared locking in slru.c
Date
Msg-id 2247.1133533081@sss.pgh.pa.us
Whole thread Raw
In response to Re: Shared locking in slru.c  (Manfred Koizar <mkoi-pg@aon.at>)
List pgsql-hackers
Manfred Koizar <mkoi-pg@aon.at> writes:
> On Wed, 30 Nov 2005 13:53:13 -0500, Tom Lane <tgl@sss.pgh.pa.us>
> wrote:
>> The way the attached patch attacks this is for the shared-lock access
>> case to simply set the page's LRU counter to zero, without bumping up
>> the LRU counters of the other pages as the normal adjustment would do.

> If you still plan to do this, you might also want to revert the
> micro-optimisation intruduced by the original SLRU patch:

Good point --- thanks for mentioning it.  I'm still fooling with the
modified code because it seems like it's not doing very well at managing
the SLRU pool, and perhaps that's got something to do with it ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Pollard, Mike"
Date:
Subject: Re: generalizing the planner knobs
Next
From: Simon Riggs
Date:
Subject: Re: Reducing relation locking overhead