Re: Shared row locking

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Shared row locking
Дата
Msg-id 19803.1104368235@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Shared row locking  (Manfred Koizar <mkoi-pg@aon.at>)
Ответы Re: Shared row locking
Список 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 по дате отправления:

Предыдущее
От: Manfred Koizar
Дата:
Сообщение: Re: Bgwriter behavior
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: [BUGS] ECPG CONNECT TO DEFAULT segfault