Hacker News new | past | comments | ask | show | jobs | submit login

Love seeing more about this. It's a great design pattern for many systems.

We used this approach back at Heroku to power Heroku Postgres and follow the same to power our database as a service at Citus as well (https://www.citusdata.com/blog/2016/08/12/state-machines-to-...). The approach has scaled extremely well due to us following a few key principles (most importantly that we don't change the state of a running database, rather we failover to some new one with the new state).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: