MongoDB is a highly scalable, distributed document database which affords changes in horizontal scalability without changes in application logic. However there are ways in which the performance of this very …
Dynamo DB – Internal Design
Dynamo DB target requirements1)All writes must not be rejected2)No hierarchical namespaces or relational schema3)No multiple hops. All nodes store sufficient info to route to the appropriate node4)Setup in a trusted …
A Quick introduction to Cassandra’s features
Cassandra is highly suited for large scale deployments spread across multiple data centers with requirements for high availability and fast throughput. Let us look at some of Cassandra’s top features: …