Re: Scalability to more than 64 cores With PG 9.4 and RHEL 7.1 Kernel 3.10

From: Alex Ignatov <a(dot)ignatov(at)postgrespro(dot)ru>
To: Javier Muro <j_muro(at)hotmail(dot)com>, "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Scalability to more than 64 cores With PG 9.4 and RHEL 7.1 Kernel 3.10
Date: 2015-10-29 13:46:39
Message-ID: 5632233F.4040806@postgrespro.ru
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-performance


On 28.10.2015 8:04, Javier Muro wrote:
> Has PostgreSQL 9.4 official Support on a system with more than 64
> legitimate cores? ( 72 Cores , 4 CPUs Intel(R) Xeon(R) CPU E7-8890 )
>
>
>
> The work Robert Haas did to fix the CPU locking way back when showed
> significant improvements up to 64, but so far as I know.
>
>
> Thanks in Advance.
Hello Javier!
Our tests shows that PG 9.4 scales well up to 60 Intel cores. I.E
pgbech -S and DB on tmpfs gave us 700 000 tps. After 60 соres s_lock is
dominating in cpu usage%. 9.5 scales way better.

--
Alex Ignatov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Matthew Bellew 2015-10-29 16:52:13 Query optimizer plans with very small selectivity estimates
Previous Message Bertrand Paquet 2015-10-29 13:16:02 Re: Query planner wants to use seq scan