Hacker News new | ask | show | jobs
by z3t4 3535 days ago
Scaling solutions will always look different ... I think the idea here is that you have a one to one relation between the app and the database, so that the session data is not lost when the app restarts. And apps tend to restart often, especially during development. You might also store state history for easier debugging with time-travel.