Re: 7.2 is slow?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 7.2 is slow?
Дата
Msg-id 29755.1008776681@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: 7.2 is slow?  (Luis Amigo <lamigo@atc.unican.es>)
Список pgsql-hackers
Luis Amigo <lamigo@atc.unican.es> writes:
> We're getting similar problem.
> We're currently working on TPC-H benchmarking using postgresql 7.2b3.
> From one up to 8 paralell conexions (we've got 8 MIPS processors),

MIPS?  Which spinlock implementation is getting used?  (Look in
src/include/storage/s_lock.h and src/backend/storage/lmgr/s_lock.c)

If you're falling back to the default SysV-semaphore based spinlock
implementation, I wouldn't be surprised to see a performance problem...
        regards, tom lane


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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: FreeBSD/alpha
Следующее
От: Tom Lane
Дата:
Сообщение: Re: problems with table corruption continued