Re: [HACKERS] Re: Anyone understand shared-memory space usage?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Re: Anyone understand shared-memory space usage?
Дата
Msg-id 11301.919782315@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Re: Anyone understand shared-memory space usage?  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <maillist@candle.pha.pa.us> writes:
>> I think it's entirely likely that this set of bugs can account for flaky
>> behavior seen in installations with more than 256 shared-memory buffers
>> (postmaster -B > 256), more than 256 simultaneously held locks (have no
>> idea how to translate that into user terms), or more than 256 concurrent
>> backends.  I'm still wondering whether that might describe Daryl
>> Dunbar's problem with locks not getting released, for example.

> People have reported sloness/bugs with hash index lookups.  Does this
> relate to that?

It looks like the routines in src/backend/access/hash/ don't use the
code in src/backend/utils/hash/ at all, so my guess is that whatever
bugs might lurk in hash indexes are unrelated.
        regards, tom lane


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

Предыдущее
От: Philip Shiels
Дата:
Сообщение: Alterations to backend/client protocol
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] copyObject() ?