Re: Re: [JDBC] unlink large objects

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: [JDBC] unlink large objects
Дата
Msg-id 16286.992387223@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Re: [JDBC] unlink large objects  (Philip Crotwell <crotwell@seis.sc.edu>)
Список pgsql-hackers
Philip Crotwell <crotwell@seis.sc.edu> writes:
> On a similar idea, has there been any thought to allowing regular backend
> processess to run at lower priority?

People suggest that from time to time, but it's not an easy thing to do.
The problem is priority inversion: low-priority process acquires a lock,
then some high-priority process starts to run and wants that lock.
Presto, high-priority process is now a low-priority waiter.

Detecting priority inversion situations would be difficult, and doing
anything about them would be even more difficult...
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BLOBs
Следующее
От: Bruce Momjian
Дата:
Сообщение: Patch to warn about oid/xid wraparound