On Wed, Sep 4, 2024 at 9:04 PM Karthik Yellapragada <karthik.yellapragada@xxxxxxxxx> wrote:
Hello all,I frequently face the problem of wals generated faster than the wals transferred and applied.Is there a way to speed up the process? So I don’t accumulate a lot of WALs at the primary?Regards,Karthik.--Thanks & Regards
Karthik Yellapragada
+1 860 830 5235
Take a look at pgBackRest. It provides an option for asynchronous WAL archiving and retrieval. The actual replay of the WAL is always single threaded.
Keith