My Tweets
- RT @MultiplMovement: 🇺🇸 : YOLO. So, Enjoy life. 🇮🇳 : You Live Everyday. So, Enjoy Life, Debt Free. #multiplmovement 2 years ago
- RT @Psilosophy: Sarcasm is like an iPhone. People who get it, think they're above everyone else. 8 years ago
- RT @JBalakrishnan83: Must follow tricks to appear smart in meetings :) medium.com/comedy-corner/… 8 years ago
- RT @47Line: Continuing DynamoDb Internals with @cloudrank Replication and Partitioning by @pristinecrap cloudacademy.com/blog/dynamodb-… 8 years ago
- RT @JBalakrishnan83: RT @itsjenIawrence: Let's make things clear: pic.twitter.com/jwedwTczNh 8 years ago
-
Recent Posts
Archives
- January 2023 (1)
- January 2022 (3)
- October 2018 (9)
- September 2014 (1)
- August 2014 (1)
- July 2014 (2)
- June 2014 (3)
- May 2014 (1)
- April 2014 (2)
- January 2014 (1)
- December 2013 (1)
- August 2013 (1)
- July 2013 (1)
- May 2013 (2)
- February 2013 (3)
- January 2013 (7)
- December 2012 (1)
- June 2012 (1)
- August 2011 (1)
- August 2009 (1)
- July 2009 (1)
- February 2009 (2)
- November 2008 (1)
- September 2008 (2)
- August 2008 (1)
- July 2008 (3)
- June 2008 (2)
- May 2008 (6)
- April 2008 (1)
- December 2007 (1)
- July 2007 (1)
Categories
- Personal (6)
- Technical (23)
- Uncategorized (35)
Meta
Tag Archives: dynamodb internals
DynamoDB: An Inside Look Into NoSQL – Part 7
In Part 6, we discussed handling failures via Hinted Handoff & Replica Synchronization. We also talked about the advantages of using a Sloppy Quorum and Merkle Trees. In this last & final part of the series, we will look into … Continue reading
Posted in Technical
Tagged aws, dynamodb internals, failure detection, gossip-based protocol, ring membership
Leave a comment
DynamoDB: An Inside Look Into NoSQL – Part 6
In Part 5, we spoke about data versioning, the 2 reconciliation strategies and how vector clocks are used for the same. In this article, we will talk about Handling Failures. Handling Failures – Hinted Handoff Even under the simplest of … Continue reading
Posted in Technical
Tagged dynamodb, dynamodb internals, handling failures, hinted handoff, merkle tree, replica sync, sloppy quorum
Leave a comment
DynamoDB: An Inside Look Into NoSQL – Part 4
In Part 3, we mentioned the various distributed techniques used while architecting NoSQL data stores. A table nicely summarized these techniques and their advantages. In this article, we will go into the details of partitioning and replication. Partitioning As mentioned … Continue reading
DynamoDB: An Inside Look Into NoSQL – Part 2
In Part 1, we introduced you to NoSQL, spoke about the CAP theorem and certain assumptions that need to be made while designing NoSQL data stores. Let’s dive deeper! Design Considerations Traditional commercial systems and applications perform data replication in … Continue reading
DynamoDB: An Inside Look Into NoSQL – Part 1
In our earlier posts (here and here), we introduced the Hadoop ecosystem & explained its various components using a real world example of the retail industry. We now possess a fair idea of the advantages of Big Data. NoSQL datastores … Continue reading