Designing a Highly Available Key value store (Requirements & Constraints) - The Dynamo Paper - 1

preview_player
Показать описание
Designing a data store is hard. There are multiple tradeoffs that you would need to do . This is a first of many videos that will explain the various Amazon Dynamo paper . This will give you a good idea of a number of System Design concept and definitely help you understand how to design a Highly available key value store !
0:00 - Introduction and Why the need to understand Dynamo
1:42 - System Assumptions and Requirements
7:42 - Principles of design/Constraints of the System
11:01 - In the next episode

Here are my coordinates on the internet.

Follow me on LinkedIn and Subscribe to the channel for more content on System Design.
Рекомендации по теме
Комментарии
Автор

Amazing discussion on the dynamo research paper. Would love to see more such discussion. Thanks for the video.

digitalnomad
Автор

Hi Abhik, I want to let you know that I have got SDE2 offer from Swiggy. Your DynamoDB paper series and design series helped a lot. Thanks a lot. I have seen every single video on your channel ;)

SushilKumar-wtjs
Автор

Please review more papers like Kafka, MapReduce, GFS, TAO etc.

wj
Автор

4:33 afaik read-uncommitted means a transaction can read uncommitted data from other transaction. Am I missing something?

ankushgats
Автор

Could you also do other papers like snowflake, databricks?

pc