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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Most NoSQL DBs Are Not Scalable

8 点作者 jamesgolick大约 15 年前

2 条评论

po大约 15 年前
This article has absolutely no value to me. You call the debate stupid and then continue on with three or four more paragraphs where none of your opinions are backed up with any information.<p>I understand it's a personal blog and maybe you just want to get your thoughts out there. I don't understand how it contributes to the debate. You've made two categories of databases, point out that nobody seems to be able to properly categorize them like you have, and then fail to explain how you categorized them.
fforw大约 15 年前
I have little experience with the others under "can't scale just like MySQL", but putting CouchDB under is more wrong than it is right and unfair in any case.<p>First of all there's excellent single node scalability, the general architecture is built with based on clusterability with support for node disconnects and reconnects between nodes. And then there's <a href="http://tilgovi.github.com/couchdb-lounge/" rel="nofollow">http://tilgovi.github.com/couchdb-lounge/</a> which provides clustering today.