Skip to main content

WalSenderWriteData

Short Description

Waiting for any activity when processing replies from WAL receiver in WAL sender process.

Additional Information​

From the PostgreSQL documentation - Waiting for any activity when processing replies from WAL receiver in WAL sender process.

The WalSender process is seen in systems where replication is enabled. The sender process takes the WAL transactions and send them so the replica where the WalReceiver process write the transactions to WAL segments.

Note that the WalSender process is started in response to a request from a replica, so there can be a number of WalSenders running depending on the number of replicas.

How to reduce this wait​

No information is available here. Have you seen this? Let us know.

PostgreSQL docs - Wait Events of Type Activity

Percona Blog - Setting up Streaming Replication

Search online​

If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.