Re: Performance comparison between Pgsql 10.5 and Pgsql 11.2 - Mailing list pgsql-general

From Nicola Contu
Subject Re: Performance comparison between Pgsql 10.5 and Pgsql 11.2
Date
Msg-id CAMTZZh39S_miLXFXRTOGEa51e5ZJ6=r7U8DT5Cb_Ed3yUxQuxA@mail.gmail.com
Whole thread Raw
In response to Re: Performance comparison between Pgsql 10.5 and Pgsql 11.2  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Performance comparison between Pgsql 10.5 and Pgsql 11.2  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-general
Attached a part of the strace running the pgbench command for pg11
Also attached strace_10 for pg10.6.

Thanks

Il giorno lun 4 mar 2019 alle ore 15:22 Tom Lane <tgl@sss.pgh.pa.us> ha scritto:
Nicola Contu <nicola.contu@gmail.com> writes:
> See attached perf report. The difference seems to be all in this line, but
> not sure :
> +   26.80%     0.00%           222  postmaster       [kernel.kallsyms]
>               [k] system_call_fastpath

That would suggest that many more kernel calls are happening, which is
something you could usefully investigate with strace, perhaps.

                        regards, tom lane
Attachment

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Performance comparison between Pgsql 10.5 and Pgsql 11.2
Next
From: Eugen Stan
Date:
Subject: Re: support for JSON Web Token