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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Why are new nosql databases a dime a dozen?

4 点作者 carlosantelo超过 11 年前
I don't understand this phenomenon; even I want to make one for my application domain, but at the same time, all of this seems intuitively wrong. Perhaps some of you have some insight, thanks!

2 条评论

gaius超过 11 年前
Because writing a NoSQL database is easy. MongoDB is just a thin wrapper around mmap() that makes it look like JSON for example. Whereas writing a new and better SQL query optimizer is hard, and testing to ensure no data loss is tedious, the MongoDB guys just skipped it.
评论 #6866313 未加载
weddpros超过 11 年前
I guess it&#x27;s because people don&#x27;t buy the &quot;one size fits all&quot; approach to databases anymore... 15 years ago, you had to choose between Oracle, db2 or Sybase... The SQL offer grew significantly too since then.<p>You&#x27;re probably right: nosql DB developers spread their efforts too thin. I&#x27;m currently only interested in new DBs if they solve a new problem (statistics and behavior DBs look promising).