Re: Time limit for a process to hold Content lock in Buffer Cache

Поиск
Список
Период
Сортировка
От Atri Sharma
Тема Re: Time limit for a process to hold Content lock in Buffer Cache
Дата
Msg-id CAOeZViejm=tFU=SQaL_DcBbpYMQU9s7BB=4zFRgpLM8x4HjSBA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Time limit for a process to hold Content lock in Buffer Cache  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Time limit for a process to hold Content lock in Buffer Cache
Список pgsql-hackers
> For instance, take out exclusive locks on all your tables and just
> go to sleep (although I think this is limited by table permissions in
> recent PG versions).

This is what I have been worried about. The locks(exclusive locks or
content locks in buffers) can be held and stalled. Cant we do anything
about it? This is why I contemplated the timeout part.

Regards,

Atri


--
Regards,

Atri
l'apprenant



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Time limit for a process to hold Content lock in Buffer Cache
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Move unused buffers to freelist