Re: BUG #15609: synchronous_commit=off insert performance regression with secondary indexes - Mailing list pgsql-bugs

From Andrew Gierth
Subject Re: BUG #15609: synchronous_commit=off insert performance regression with secondary indexes
Date
Msg-id 877eeohqnk.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to BUG #15609: synchronous_commit=off insert performance regression with secondary indexes  (PG Bug reporting form <noreply@postgresql.org>)
Responses Re: BUG #15609: synchronous_commit=off insert performance regressionwith secondary indexes  (Michael Paquier <michael@paquier.xyz>)
Re: BUG #15609: synchronous_commit=off insert performance regressionwith secondary indexes  ("Saul, Jean Paolo" <paolo.saul@verizonconnect.com>)
List pgsql-bugs
>>>>> "PG" == PG Bug reporting form <noreply@postgresql.org> writes:

 PG> Questions:

 PG>   Is there an extra setting for Postgres 10+ required to "recover"
 PG> the performance loss from PG9.5?

The default wal_level changed between pg 9.6 and pg10, does reverting
that change make any difference? (this is just a guess)

 PG>   Why is PG10+ slower by default when synchronous_commit is off?

synchronous_commit is probably only relevant to the extent that turning
it off causes the test not to be bottlenecked on WAL flush calls.

-- 
Andrew (irc:RhodiumToad)


pgsql-bugs by date:

Previous
From: Andrew Gierth
Date:
Subject: Re: psql and readline comments
Next
From: Michael Paquier
Date:
Subject: Re: BUG #15114: logical decoding Segmentation fault