Re: BUG #15610: Performance problem of PostgreSQL 11.1 Windowsversion (EDB created version) - Mailing list pgsql-bugs

From David Rowley
Subject Re: BUG #15610: Performance problem of PostgreSQL 11.1 Windowsversion (EDB created version)
Date
Msg-id CAKJS1f-8w7dmRxvNZ4-79fareigH2ovyxfGe66e2Hzj=5Zu8hw@mail.gmail.com
Whole thread Raw
In response to Re: BUG #15610: Performance problem of PostgreSQL 11.1 Windowsversion (EDB created version)  (Jeff Janes <jeff.janes@gmail.com>)
Responses Re: BUG #15610: Performance problem of PostgreSQL 11.1 Windowsversion (EDB created version)  (Toshi Harada <harada.toshi@po.ntt-tx.co.jp>)
List pgsql-bugs
On Wed, 30 Jan 2019 at 07:42, Jeff Janes <jeff.janes@gmail.com> wrote:
>
> On Tue, Jan 29, 2019 at 12:46 AM PG Bug reporting form <noreply@postgresql.org> wrote:
>>
>> The following bug has been logged on the website:
>>
>> Bug reference:      15610
>> Logged by:          Toshi Harada
>> Email address:      harada.toshi@po.ntt-tx.co.jp
>> PostgreSQL version: 11.1
>> Operating system:   Windows Server 2012 R2 Standard Edition (32 CPU)
>> Description:
>>
>> [Overview]
>>
>> Installing PostgreSQL 11.1 Windows verson (EDB created version) and running
>> pgbench, tps is very low compared to PostgreSQL 10.6.
>> Also, tps is lower than PostgreSQL 11.1 Windows version (BIgSQL created
>> version).
>> Is there something wrong with the build option of PostgreSQL 11.1 in the EDB
>> created version?
>
>
> Can you compare the configuration settings and report any differences?
>
> select name,setting from pg_settings;

It might also be useful to see the EXPLAIN ANALYZE from each instance.
Different ANALYZE runs can generate different table stats, so the plan
may differ between instances, even if the code and settings are the
same.

-- 
 David Rowley                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: psql and readline comments
Next
From: "Saul, Jean Paolo"
Date:
Subject: Re: BUG #15609: synchronous_commit=off insert performance regressionwith secondary indexes