Re: WalSndWakeup() and synchronous_commit=off
От | Fujii Masao |
---|---|
Тема | Re: WalSndWakeup() and synchronous_commit=off |
Дата | |
Msg-id | CAHGQGwFx5w_egGt_G6uiV43UAYV3QjFeLaubKnX=2scuThYtjQ@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: WalSndWakeup() and synchronous_commit=off (Andres Freund <andres@2ndquadrant.com>) |
Ответы |
Re: WalSndWakeup() and synchronous_commit=off
|
Список | pgsql-hackers |
On Wed, May 30, 2012 at 9:46 PM, Andres Freund <andres@2ndquadrant.com> wrote: > On Tuesday, May 29, 2012 08:42:43 PM Andres Freund wrote: >> Patch attached. > Imo this patch should be backported to 9.1, 9.0 doesn't use latches and does > not do explicit wakeup of the sender so its not applicable there. > > I can prepare a patch for 9.1 if people agree, there has been some amount of > change that won't make it apply cleanly. The patch wakes up walsender more frequently than now. Which leads walsender to send smaller WAL data packet more frequently, and furthermore which leads walreceiver to issue fsync more frequently. So I'm afraid that the patch makes the disk more busy and slows down the read-only query in the standby. I'm also afraid that frequent fsync calls degrade the performance of sync replication. So it's better to do benchmark to address the concerns. Regards, -- Fujii Masao
В списке pgsql-hackers по дате отправления: