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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Databases for startups

20 点作者 mcgin超过 14 年前

2 条评论

space-monkey超过 14 年前
I see over and over again that "Relational databases are not easily scalable. It will require a lot of efforts to build a scalable and redundant setup." I would like to see more mention of how many users/rps/etc you can handle with a maximally sized Amazon RDS redundant instance.<p>Scalable is different than infinitely scalable. Scalable used to mean, for example, being able to get a close-to-linear speedup from multiple cores, more or faster disks, etc.
评论 #2145967 未加载
pmikesell超过 14 年前
We've built a clustered, infinitely scalable, fault tolerant, fault-tolerant database system that supports full relational and ACID semantics. It also emulates the MySQL protocol, so it's very drop-in. <a href="http://www.clustrix.com" rel="nofollow">http://www.clustrix.com</a><p>(sorry to sound like an ad, but we really do have a great solution for this)