Re: sequence indexes
От | Ross J. Reedstrom |
---|---|
Тема | Re: sequence indexes |
Дата | |
Msg-id | 20020129162804.GA1525@rice.edu обсуждение исходный текст |
Ответ на | Re: sequence indexes (mlw <markw@mohawksoft.com>) |
Список | pgsql-hackers |
On Tue, Jan 29, 2002 at 07:43:52AM -0500, mlw wrote: > Hannu Krosing wrote: > > > > mlw wrote: > > > > One must be very careful not to introduce reverse priority problems - > > i.e. a > > lower priority process locking some resource and then not letting go > > while > > higher priority processes are blocked from running due to needing that > > lock. > I understand that, hmm. I wonder if the lock code could boost the priority of a > process which owns a lock. > The classic approach to solving priority inversion is to allow for priority inheritance: that is, the low-priority process stays low priority, even when it locks a resource, until there is contention for that resource from a higher priority process: then it inherits the higher priority of the waiting process. Ross
В списке pgsql-hackers по дате отправления: