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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do DO/linode host their database?

1 点作者 pixiez超过 9 年前
I know all the cloud big names e.g. aws/azure provide managed SQL or noSQL service so that their VM user can access the database with relatively low latency although they are not necessarily be running on the exact same machine (but at least there is option we can host in the same data centre). But how are those DigitalOcean/Linode users hosting their database? it is possible we can run mysql etc the VM directly (i.e. we manage them ourselves) but their VM instances probably wont always be powerful enough to host a database? or we are typically running a lot of replicated instances to balance the load? cheers

1 comment

fusiongyro超过 9 年前
There's nothing magical about hosting a database. For a small application or early in the process, you can host in on the same machine; you can move it to a dedicated machine if the load is too much for one node to handle. IMO it's much better to do this than to assume a-priori that you need bunches of machines and wind up paying for lots more infrastructure than you actually need. Try it and see.
评论 #10162025 未加载