TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How do you build in anticipation of scale?

3 pointsby ice109almost 8 years ago
How do you design&#x2F;build an app with the right foundation such that if it takes off you&#x27;re able to scale? I&#x27;ve been thinking about this as I&#x27;m about to start a project. I know chances are that I&#x27;ll just die in the early phases and that premature optimization is the root of all evil, but I&#x27;d like to do anything possible now that would pay dividends if we do scale. So for example do I run containers but only have one container per service? Do I use citus instead of postgres? I know this is app specific so let&#x27;s say for discussion&#x27;s sake it&#x27;s just a crud app.<p>Also what are some good resources on designing distributed systems using today&#x27;s IaaS solutions?<p>Edit: how do I get this sorted under Ask?

1 comment

itamarstalmost 8 years ago
Don&#x27;t do this. You shouldn&#x27;t be thinking about containers or distributed systems, you should be thinking about getting users and make a product they can use. You can worry about scaling later (and there&#x27;s reasonable chance you&#x27;ll never need to.)
评论 #14516914 未加载
评论 #14516915 未加载