Created
February 20, 2024 20:19
-
-
Save scaint/7e057a50d9c1b23935a4fdf6f71da287 to your computer and use it in GitHub Desktop.
Postgres dev settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ALTER SYSTEM SET extra_float_digits = 0; | |
ALTER SYSTEM SET max_wal_senders = 0; | |
ALTER SYSTEM SET wal_level = minimal; | |
ALTER SYSTEM SET effective_io_concurrency = 2; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment