Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.x] Allow setting synchronous_commit for Postgres #33897

Merged
merged 1 commit into from Aug 17, 2020

Commits on Aug 15, 2020

  1. [7.x] Allow setting synchronous_commit for Postgres

    See https://www.postgresql.org/docs/current/runtime-config-wal.html#GUC-SYNCHRONOUS-COMMIT
    > Specifies whether transaction commit will wait for WAL records to be written to disk before the command returns a “success” indication to the client. Valid values are on, remote_apply, remote_write, local, and off
    > …
    > So, turning synchronous_commit off can be a useful alternative when performance is more important than exact certainty about the durability of a transaction.
    mfn committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    53aea3d View commit details
    Browse the repository at this point in the history