Re: Multiprocessor performance

Поиск
Список
Период
Сортировка
Искать
От
Tom Lane
Тема
Re: Multiprocessor performance
Дата
Msg-id
15142.991749896@sss.pgh.pa.us
Ответ на
Multiprocessor performance (Valentin Puente)
Список
Дерево обсуждения
Multiprocessor performance "Valentin Puente" <vpuente@atc.unican.es>
Re: Multiprocessor performance Tom Lane <tgl@sss.pgh.pa.us>
Re: Multiprocessor performance Jan Wieck <JanWieck@Yahoo.com>
"Valentin Puente"  writes:
> Ok...well I'm running this benchmarks in different SMP machines (SGI with 4
> to 8 processors and the results are odd). The best performance is achieved
> with just one backend (1 client). When I try to run more clients the tps
> falls quickly.

What scale factor (-s parameter for pgbench init) are you using for the
benchmark?

At scale factor 1, there's only one "branch" row, so all the
transactions have to update the same row and naturally will spend most
of their time waiting to do so.

You want scale factor >> # of concurrent clients to avoid interlock
effects.
		regards, tom lane

В списке pgsql-hackers по дате отправления
От: Oleg Bartunov
Дата:
Сообщение: Strange query plan
От: Tom Lane
Дата:
Сообщение: Re: Strange query plan
FAQ