Live data from Hacker News

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

news.ycombinator.com

1–10 of 10 posts

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

#1
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.

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

#5
post #3

The Little MongoDB Book might help. It doesn't answer all your questions but it gave me enough background (albeit MongoDB specific) to learn more. It's also a fairy short read. http://openmymind.net/mongodb.pdf

Thanks, will check this out.

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

#10
post #3

The Little MongoDB Book might help. It doesn't answer all your questions but it gave me enough background (albeit MongoDB specific) to learn more. It's also a fairy short read. http://openmymind.net/mongodb.pdf

The Little Redis Book [1] might be better. Redis is easier to pick up and probably more useful as it's more complementary to existing database options.

[1] http://openmymind.net/redis.pdf