Re: Possible performance regression in version 10.1 with pgbenchread-write tests. - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: Possible performance regression in version 10.1 with pgbenchread-write tests.
Date
Msg-id CAA4eK1Ka68CRHJ+0e6uxGkL5VB08X-SRVsjZz43tYjZv-_JrUQ@mail.gmail.com
Whole thread Raw
In response to Possible performance regression in version 10.1 with pgbenchread-write tests.  (Mithun Cy <mithun.cy@enterprisedb.com>)
Responses Re: Possible performance regression in version 10.1 with pgbenchread-write tests.
List pgsql-hackers
On Wed, Jan 24, 2018 at 12:06 AM, Mithun Cy <mithun.cy@enterprisedb.com> wrote:
> Hi all,
>
> When I was trying to do read-write pgbench bench-marking of PostgreSQL
> 9.6.6 vs 10.1 I found PostgreSQL 10.1 regresses against 9.6.6 in some
> cases.
>
> Non Default settings and test
> ======================
> Server:
> ./postgres -c shared_buffers=8GB -N 200 -c min_wal_size=15GB -c
> max_wal_size=20GB -c checkpoint_timeout=900 -c
> maintenance_work_mem=1GB -c checkpoint_completion_target=0.9 &
>
> Pgbench:
> CASE 1: when data fits shared buffers.
> ./pgbench -i -s 1000 postgres
>
> CASE 2: when data exceeds shared buffers.
> ./pgbench -i -s 1000 postgres
>

Both the cases look identical, but from the document attached, it
seems the case-1 is for scale factor 300.

-- 
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: Failed to request an autovacuum work-item in silence
Next
From: Thomas Munro
Date:
Subject: Re: [PATCH] fix for C4141 warning on MSVC