The REDIS command line is a powerful tool to prototype and even perform operations in production. Since the REDIS command line is very user friendly …
Performance tuning MongoDB
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 …
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 …
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 …