Hacker News new | ask | show | jobs
by omnimus 454 days ago
I dont think you realize how small scale majority of EU gov software has to be.

When you have country with population under 10mil and your gov form is used by 10% of those people a year… Thats 80k submissions a month, split by 20 workdays = 4k submissions a day over 8 work hours = 500 submissions hour or about 8 submissions a minute.

I know these are wrong numbers and there are peaks etc. But many would dare to put this on single server with sqlite. Even if you 10x that.

You do need autoscale groups or self healing architectures. Govs requirements are CRUD apps whos biggest issues are design, accessibility, data permissions etc. Not scale.

1 comments

While the often advertised point of auto scaling is to handle some imagined large load, in reality it's used as a reliability principle.

For example, it enables seamless rollout strategies for frequent cicd. Any regressions in application performance are automatically handled by scaling up, etc.