Today Heroku Postgres is releasing the ability to Follow your database General Availability: this lets you easily create multiple read-only asynchronous replicas of your database, known as followers.
Followers enable some great use cases:
- Easy read traffic scaling
- Fast upgrades
- Higher availability
Read more about this exciting feature on the Heroku Blog.