Grokking the System Design Interview
Ask Author
Back to course home

0% completed

Vote For New Content
When to choose which type of NoSQL DB.Notes.

rahul.raja412

Feb 7, 2024

Key-Value : Redis, voldemort, Dynamo

Document : CouchDB, MongoDB

Wide column : Cassandra, HBase

Graph: Neo4J, InfiniteGraph

Dynamo, Cassandra : chooses availability and lower latency over Consistency : Uses Consistent Hashing

BigTable, HBase : Chooses consistency

MongoDB : Configurable : Default : Primary/secondaries Configuration: PA/EC

Custom : if asked to write on Majority replicas and read from the primary - PC/EC

2

0

Comments
Comments