Re: Shared locking in slru.c
От
Tom Lane
Тема
Re: Shared locking in slru.c
Дата
Msg-id
2247.1133533081@sss.pgh.pa.us
Ответ на
Re: Shared locking in slru.c (Manfred Koizar)
Список
Дерево обсуждения
Shared locking in slru.c Tom Lane <tgl@sss.pgh.pa.us>
Re: Shared locking in slru.c Kenneth Marshall <ktm@it.is.rice.edu>
Re: Shared locking in slru.c Tom Lane <tgl@sss.pgh.pa.us>
Re: Shared locking in slru.c Manfred Koizar <mkoi-pg@aon.at>
Re: Shared locking in slru.c Tom Lane <tgl@sss.pgh.pa.us>
Manfred Koizar writes: > On Wed, 30 Nov 2005 13:53:13 -0500, Tom Lane > 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 по дате отправления