Today, we’re announcing heroku data:labs
, an extension of the Heroku Data client plugin. This plugin allows you to make configuration changes to your Heroku Postgres addons. Previously, you could only enable these features by opening a ticket with Heroku Support. With heroku data:labs
, you’ll save time by turning these features on and off yourself.
heroku data:labs
features are experimental beta features. Upon its release, you can enable and disable two features, and we plan to add more in the future. The initial features are:
- WAL Compression - Write-Ahead Log (WAL) compression is a feature of Postgres databases that shrinks the size of write-ahead logs in your Postgres database. This...