Linux: more cores = less concurrency.

Поиск
Список
Период
Сортировка
От Glyn Astill
Тема Linux: more cores = less concurrency.
Дата
Msg-id 860299.67368.qm@web26003.mail.ukl.yahoo.com
обсуждение исходный текст
Ответы Re: Linux: more cores = less concurrency.  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Re: Linux: more cores = less concurrency.  (David Rees <drees76@gmail.com>)
Re: Linux: more cores = less concurrency.  (Scott Marlowe <scott.marlowe@gmail.com>)
Re: Linux: more cores = less concurrency.  ("F. BROUARD / SQLpro" <sqlpro@club-internet.fr>)
Список pgsql-performance
Hi Guys,

I'm just doing some tests on a new server running one of our heavy select functions (the select part of a plpgsql
functionto allocate seats) concurrently.  We do use connection pooling and split out some selects to slony slaves, but
thetests here are primeraly to test what an individual server is capable of. 

The new server uses 4 x 8 core Xeon X7550 CPUs at 2Ghz, our current servers are 2 x 4 core Xeon E5320 CPUs at 2Ghz.

What I'm seeing is when the number of clients is greater than the number of cores, the new servers perform better on
fewercores. 

Has anyone else seen this behaviour?  I'm guessing this is either a hardware limitation or something to do with linux
processmanagement / scheduling? Any idea what to look into? 

My benchmark utility is just using a little .net/npgsql app that runs increacing numbers of clients concurrently, each
clientruns a specified number of iterations of any sql I specify. 

I've posted some results and the test program here:

http://www.8kb.co.uk/server_benchmarks/


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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Multiple index builds on same table - in one sweep?
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Linux: more cores = less concurrency.