Re: How to speed WAL apply in destination

From: Bryon Roché <kain(at)kain(dot)org>
To: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: How to speed WAL apply in destination
Date: 2022-12-09 08:47:55
Message-ID: 1E6A35F6-6866-4FDB-8CE8-38C328FF1865@kain.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

There are fsync parameters which can be set to off that may provide a modest speed increase, at the cost of removing crash safety.

On December 9, 2022 5:02:59 AM UTC, SASIKUMAR Devaraj <sashikumard(at)yahoo(dot)com> wrote:
>Hi All
>How to speed up WAL apply process in secondary? Any parameter available from postgres, apart from disk speed? 
>RegardsSasi

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message SASIKUMAR Devaraj 2022-12-09 10:07:25 Re: How to speed WAL apply in destination
Previous Message SASIKUMAR Devaraj 2022-12-09 05:02:59 How to speed WAL apply in destination