From: | Jerry Jelinek <jerry(dot)jelinek(at)joyent(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | patch to allow disable of WAL recycling |
Date: | 2018-06-26 13:35:57 |
Message-ID: | CACPQ5Fo00QR7LNAcd1ZjgoBi4y97+K760YABs0vQHH5dLdkkMA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello All,
Attached is a patch to provide an option to disable WAL recycling. We have
found that this can help performance by eliminating read-modify-write
behavior on old WAL files that are no longer resident in the filesystem
cache. The is a lot more detail on the background of the motivation for
this in the following thread.
A similar change has been tested against our 9.6 branch that we're
currently running, but the attached patch is against master.
Thanks,
Jerry
Attachment | Content-Type | Size |
---|---|---|
0001-option-to-disable-WAL-recycling.patch | application/octet-stream | 4.3 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2018-06-26 13:41:30 | Re: Few cosmetic suggestions for commit 16828d5c (Fast Alter Table Add Column...) |
Previous Message | Ashutosh Bapat | 2018-06-26 13:32:55 | Re: Thinko/typo in ExecSimpleRelationInsert |