Re: BUG #15609: synchronous_commit=off insert performance regression with secondary indexes

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Re: BUG #15609: synchronous_commit=off insert performance regression with secondary indexes
Дата
Msg-id 877eeohqnk.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответ на BUG #15609: synchronous_commit=off insert performance regression with secondary indexes  (PG Bug reporting form <noreply@postgresql.org>)
Ответы 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>)
Список 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 по дате отправления:

Предыдущее
От: Andrew Gierth
Дата:
Сообщение: Re: psql and readline comments
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: BUG #15114: logical decoding Segmentation fault