Re: How to prioritise walsender reading from pg_wal over WAL writes?

From: Alexey Bashtanov <bashtanov(at)imap(dot)cc>
To: bashtanov(at)imap(dot)cc
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: How to prioritise walsender reading from pg_wal over WAL writes?
Date: 2020-11-18 11:54:33
Message-ID: 774ec1b8-c7c6-cfa2-098d-5c6a32dcfc1a@imap.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

If it helps, here's the details of the hardware config.
The controller is |AVAGO MegaRAID SAS 9361-4i|,
the SSDs are |INTEL SSDSC2KG960G8| (configured as a raid1).
Current scheduler used is deadline.
Currently XFS is mounted without nobarriers, but I'm going to set that
when there's high load next time to see how it affects throughput.

Properties of the array

VD6 Properties :
==============
Strip Size = 256 KB
Number of Blocks = 1874329600
VD has Emulated PD = Yes
Span Depth = 1
Number of Drives Per Span = 2
Write Cache(initial setting) = WriteBack
Disk Cache Policy = Disk's Default
Encryption = None
Data Protection = Disabled
Active Operations = None
Exposed to OS = Yes
Creation Date = 28-10-2020
Creation Time = 05:17:16 PM
Emulation type = default
Cachebypass size = Cachebypass-64k
Cachebypass Mode = Cachebypass Intelligent
Is LD Ready for OS Requests = Yes
SCSI NAA Id = 600605b00af03650272c641ca30c3196

Best, Alex

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Laurenz Albe 2020-11-18 12:11:23 Re: How to prioritise walsender reading from pg_wal over WAL writes?
Previous Message Frits Jalvingh 2020-11-17 16:42:30 Re: Postgres using nested loops despite setting enable_nestloop to false