TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

4 pointsby carlosanteloover 11 years ago
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 comments

gaiusover 11 years ago
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 未加载
weddprosover 11 years ago
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).