Re: Shared row locking - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Shared row locking
Date
Msg-id 19803.1104368235@sss.pgh.pa.us
Whole thread Raw
In response to Re: Shared row locking  (Manfred Koizar <mkoi-pg@aon.at>)
Responses Re: Shared row locking
List pgsql-hackers
Manfred Koizar <mkoi-pg@aon.at> writes:
> I don't see too much of a difference between #1 (an on-disk structure
> buffered in shared memory) and #2 (a shared memory structure spilling
> to disk).

If you stand back that far, maybe you can't see a difference ;-) ...
but the proposal on the table was for an extremely special-purpose
on-disk structure.  I'd prefer to see first if we can solve a more
general problem, namely the fixed size of the existing lock table.
It's certainly possible that that idea won't work out, but if it can be
done for a similar time investment as the special-purpose log would
take, it'd be a win.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Manfred Koizar
Date:
Subject: Re: Bgwriter behavior
Next
From: Michael Meskes
Date:
Subject: Re: [BUGS] ECPG CONNECT TO DEFAULT segfault