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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do I get a better understanding of NoSQL databases

6 点作者 lazyfunctor超过 10 年前
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 条评论

dikek超过 10 年前
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-g超过 10 年前
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>
joeclark77超过 10 年前
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).
s3b超过 10 年前
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 未加载