Re: [PATCH] audo-detect and use -moutline-atomics compilation flag for aarch64

From: "Pop, Sebastian" <spop(at)amazon(dot)com>
To: Christoph Berg <myon(at)debian(dot)org>
Cc: PostgreSQL in Debian <pgsql-pkg-debian(at)postgresql(dot)org>, "Saidi, Ali" <alisaidi(at)amazon(dot)com>, "Csoma, Csaba" <csabac(at)amazon(dot)com>
Subject: Re: [PATCH] audo-detect and use -moutline-atomics compilation flag for aarch64
Date: 2021-11-11 21:21:30
Message-ID: 1636665689666.18737@amazon.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-debian

>> The benchmarks in
>> https://www.postgresql.org/message-id/1C8D0E58-FB33-4105-AC00-8FA07621F5DD%40amazon.com
>> don't look like the option is a game-changer.
>
> Since then we have seen benchmarks that are several orders of magnitude faster with LSE instructions.
> I will get the new data and share.

On an m6gd.metal with PostgreSQL v11
test: pgbench - select-only
Measure tps (transactions/s), higher is better.

build without LSE: 132143 tps
with LSE atomics: 844552 tps

That is a 6.39x speedup.

Sebastian

In response to

Browse pgsql-pkg-debian by date

  From Date Subject
Next Message Pop, Sebastian 2021-11-11 21:25:28 Re: [PATCH] audo-detect and use -moutline-atomics compilation flag for aarch64
Previous Message Christoph Berg 2021-11-11 21:02:30 Re: [PATCH] audo-detect and use -moutline-atomics compilation flag for aarch64