Re: LWLock contention: I think I understand the problem

Поиск
Список
Период
Сортировка
От Jeffrey W. Baker
Тема Re: LWLock contention: I think I understand the problem
Дата
Msg-id Pine.LNX.4.33.0201032057460.26288-100000@windmill.gghcwest.com
обсуждение исходный текст
Ответ на Re: LWLock contention: I think I understand the problem  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers

On Thu, 3 Jan 2002, Bruce Momjian wrote:

> Tom Lane wrote:
> > Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > > OK, so now we know that while the new lock code handles the select(1)
> > > problem better, we also know that on AIX the old select(1) code wasn't
> > > as bad as we thought.
> >
> > It still seems that the select() blocking method should be a loser.
>
> No question the new locking code is better.  It just frustrates me we
> can't get something to show that.

Even though I haven't completed controlled benchmarks yet, 7.2b4 was using
all of my CPU time, whereas a patched version is using around half of CPU
time, all in user space.

I think not pissing away all our time in the scheduler is a big
improvement!

-jwb



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

Предыдущее
От: "Rod Taylor"
Дата:
Сообщение: Re: Some interesting results from tweaking spinlocks
Следующее
От: Kaare Rasmussen
Дата:
Сообщение: Re: Updated TODO item