Re: compression in replication

From: Vijaykumar Jain <vijaykumarjain(dot)github(at)gmail(dot)com>
To: Massimo Ortensi <mortensi(at)unimaticaspa(dot)it>
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: compression in replication
Date: 2021-06-16 14:55:39
Message-ID: CAM+6J963wj42DkBYb-ADdeAWuEUXO3eo1FeVge5N=Z8rM7h+rw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

sorry, the link was broken.
this was the param.

"wal_compression (boolean)

When this parameter is on, the PostgreSQL server compresses a full
page image written to WAL when full_page_writes is on or during a base
backup. A compressed page image will be decompressed during WAL
replay. The default value is off. Only superusers can change this
setting.

Turning this parameter on can reduce the WAL volume without increasing
the risk of unrecoverable data corruption, but at the cost of some
extra CPU spent on the compression during WAL logging and on the
decompression during WAL replay."

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Massimo Ortensi 2021-06-16 15:00:59 Re: compression in replication
Previous Message Vijaykumar Jain 2021-06-16 14:54:08 Re: compression in replication