Re: Why are we waiting?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Why are we waiting?
Дата
Msg-id 3945.1202398716@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Why are we waiting?  (Staale Smedseng <Staale.Smedseng@Sun.COM>)
Список pgsql-hackers
Staale Smedseng <Staale.Smedseng@Sun.COM> writes:
> Good catch. We've checked the DTrace scripts against the respective
> versions of lwlock.h, and the FirstLockMgrLock is off (this is actually
> the results for FirstBufMappingLock). 

> However, this is the last lock in the enum that we trace, the other
> lower-numbered lock enums were correctly mapped. (In particular the
> ProcArrayLock which we've been puzzled by.)

Hmm, do you mean that you're just neglecting to collect any stats about
all the dynamically assigned locks?  That doesn't seem like it's going
to offer a very good view of what's going on.  I think the most useful
stats would include aggregate wait data for all the lockmgr locks,
all the bufmapping locks, all the buffer content locks, and all the
buffer I/O locks.  We'd like to think that contention for those would
be low because of the partitioning ... but the point of measuring is
to find out, not just hope.
        regards, tom lane


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

Предыдущее
От: Staale Smedseng
Дата:
Сообщение: Re: Why are we waiting?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQL 8.4 development plan