Re: SMP scaling

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SMP scaling
Дата
Msg-id 9191.1111169946@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: SMP scaling  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> So it seems our entire SMP problem was that global lock.  Nice.

Yeah, I was kind of expecting to see the LockMgrLock up next, but
it seems we're still a ways away from having a problem there.  I guess
that's because we only tend to touch locks once per query, whereas
we're grabbing and releasing buffers much more.

From the relatively small absolute value of Mark's queries/sec numbers,
I suppose he is testing some fairly heavyweight queries (big enough
to not emphasize per-query overhead).  I wonder what the numbers would
look like with very small, simple queries.  It'd move the stress around
for sure ...

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: SMP scaling
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SMP scaling