Re: Dual-CPU slower then Single under HP?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Dual-CPU slower then Single under HP?
Дата
Msg-id 3283.991850438@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Dual-CPU slower then Single under HP?  (The Hermit Hacker <scrappy@hub.org>)
Ответы Re: Dual-CPU slower then Single under HP?  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
The Hermit Hacker <scrappy@hub.org> writes:
>     The 4m:30s is running one process for 100K inserts ... with two
> CPUs/processes, it increases the time to process by almost 40% ... ?

Do you mean two processes inserting into the same table?

I committed some changes recently that reduce the amount of contention
involved in that scenario, but it's not released yet.

Another fairly likely issue is the not-very-good implementation of
spinlocks.  We've talked about finding a way other than select() to
block on a spinlock, but no one's done anything about it yet...
        regards, tom lane


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: elog(NOIND)?
Следующее
От: Feng Tian
Дата:
Сообщение: Adding some new operators