System Design : Distributed Database System Key Value Store

preview_player
Показать описание
Desing a scalable distributed database system.
Рекомендации по теме
Комментарии
Автор

You are the best DS/ALGO teacher, you helped me a lot through my programming journey.

shoebmoin
Автор

Glad to see you back. Whenever I remember DP your name automatically comes to my mind :)

avinashyadav
Автор

Where you disappeared man? Your content is gold mine!

geekyprogrammer
Автор

Hello,you are the clearest and best person I have ever seen to explain the algorithm. Thank you very much!

wdl
Автор

Never got enough of your videos! Thanks for the high-quality giving backs!

meganlee
Автор

I read a System design book, and got all confused. After watching this video most of my confusion was cleared. Thank you Tushar :)

socialkeviv
Автор

Nice video Tushar!
It seems to me that when we choose consistency over availability, we horizontally partition the data with replication groups for fail overs. When going for high availability, replication across nodes with a global consensus helps.
Btw 38:50, I think it's 1000 replication groups for 5 PetaByte, instead of the 100 mentioned :)

gkcs
Автор

Please make more videos. Your explanation is really good. I want to land myself into product based company (FAANG). PLEASE SHARE YOUR KNOWLEDGE AND EXPERIENCES.

princesharma
Автор

Kudos for the explanation. I recently got a call from google and they sent me the interview preparation material of which one points to your channel :)

geeksclub
Автор

Absolutely loved how you demonstrated the importance of Consistency through the Replication Group design in and out.

soumyasengupta
Автор

This video is the most detailed explanation I have seen of the distributed cache system design. Awesome

hlibpylypets
Автор

kaha gaya usse dhundho...

u should come back...

views would sky rocket and it'll really help a lof of people ....
your vides are clear precise and exactly too the point...

aizadiqbal
Автор

Thank you Master, excellent video. I was actually asked to design a Distributed DB recently in an interview.

kumarc
Автор

you should have more subs. You have the best explanation for every topic.

AmanNidhi
Автор

Glad to see your back. Your videos got me through some bad times between jobs. Thanks Tushar.

DAaaMan
Автор

Who is here at the end of 2021? Tushar still rocks!

annawilson
Автор

very detailed and focus on key concepts. Well done Tushar I can clearly see the amount of efforts you are putting it so people can understands such concepts easily

kapoorvinny
Автор

Thank you so much Tushar :-) Was just looking for some content on this everywhere and got the most informative and helpful video here .

manishasinha
Автор

You sort if alluded to using zookeeper as an underlying mechanism for implementing the metadata manager. But zookeeper itself is a KV store, of the sort this design is trying to implement - Why doesn't zookeeper satisfy the need of this design? What additional capabilities does this design provide over zookeeper? How would you implement metadata manager without using an existing KV store like zookeeper?

oooRaGe
Автор

Nice to see you back sir after a long time please do make some more videos on DYNAMIC PROGRAMMING AND GRAPHS problems sir

shredder_plays