Shaun Thomas just released a new #PostgreSQL extension that increases max_wal_size if there are too many forced checkpoints over checkpoint_timeout. As per his description, it's "like having a tiny DBA as an extension" π
Base max_wal_size on system activity rather than a randomly selected number. Achieve better database performance for high write loads. All with the power of #OpenSource π