Skip to content

Instantly share code, notes, and snippets.

@scaint
Created February 20, 2024 20:19
Show Gist options
  • Save scaint/7e057a50d9c1b23935a4fdf6f71da287 to your computer and use it in GitHub Desktop.
Save scaint/7e057a50d9c1b23935a4fdf6f71da287 to your computer and use it in GitHub Desktop.
Postgres dev settings
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