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: How do I get a better understanding of NoSQL databases

6 pointsby lazyfunctorover 10 years ago
I have a reasonable understanding of relational databases. I am not so sure about NoSQL databases. Though I have used mongodb in the past. Can someone point me to resources to get a deeper understanding? How do I go about learning the trade-offs of choosing say a document store over a key value store. Also CAP theorem and related trade-offs. When is NoSQL better suited than relational etc.

4 comments

dikekover 10 years ago
The Little MongoDB Book might help. It doesn&#x27;t answer all your questions but it gave me enough background (albeit MongoDB specific) to learn more. It&#x27;s also a fairy short read. <a href="http://openmymind.net/mongodb.pdf" rel="nofollow">http:&#x2F;&#x2F;openmymind.net&#x2F;mongodb.pdf</a>
评论 #8441880 未加载
评论 #8434247 未加载
alok-gover 10 years ago
This goes a bit in a different direction, but it should help.<p>&quot;SQL and NoSQL are two sides of the same coin, mathematically&quot;<p><a href="https://news.ycombinator.com/item?id=3313234" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=3313234</a>
joeclark77over 10 years ago
I can&#x27;t recommend enough the book <i>Seven Databases in Seven Weeks</i> by Eric Redmond &amp; Jim Wilson. It covers the whole range of different types of databases, with just a little bit of theory (the CAP theorem).
s3bover 10 years ago
I would recommend Martin Fowler&#x27;s NoSQL Distilled : <a href="http://martinfowler.com/books/nosql.html" rel="nofollow">http:&#x2F;&#x2F;martinfowler.com&#x2F;books&#x2F;nosql.html</a>
评论 #8434374 未加载
评论 #8434241 未加载