TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

3 点作者 ice109将近 8 年前
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

itamarst将近 8 年前
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 未加载