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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

NoSQL Required Reading

55 点作者 techdog超过 15 年前

1 comment

nicpottier超过 15 年前
Although it is sometimes hard to make work in all cases, I've recently moved a big project from MySQL to a Amazon's SimpleDB and S3 and it has turned out awesome. You have to design the system from the ground up to deal with the 'eventual consistency' problem, but that problem is fairly tractable and easy to wrap your head around. And the reward is 'infinite' scalability and no single points of failure. Good stuff. SQL is still great for the simple projects where you don't need to worry about uptime or scalability, but for everything else I'm sold on AWS (or BigTable)
评论 #986380 未加载