On Thu, Nov 23, 2023 at 3:37 AM Laurenz Albe <laurenz.albe@xxxxxxxxxxx> wrote:
[snip]
You can avoidwriting WAL if you set "wal_level = minimal", restart PostgreSQL
and restore the dump with the --single-transaction option.
Why does "--single-transaction" prevent WAL writes? I'd expect _more_ pg_wal growth from One Ginormous Transaction.