In Memory databases internals for system design interviews

preview_player
Показать описание
This video is about the Inmemory db or realtime db or Main memory databases, its importance, performance characteristics, design and use cases.
#realtimedatabase #databseinternals #howdatabasesworks

#microservice #learnmicroservices #totorialssystemdesign #microservicestutorials
#systemdesigntips #systemdesign #computerscience #learnsystemdesign #interviewpreperation #amazoninterview #googleinterview #uberinterview #micrsoftinterview
Рекомендации по теме
Комментарии
Автор

awesome.
Cleared many interviews, got offers. Many thanks to Master Narendra.

kumarc
Автор

I appreciate your efforts to teach us! Awesome video. I especially like that you focus not only on design examples but on fundamental things and patterns also. These are much more helpful to become confident on the interview.

KlgPalpatin
Автор

It is a great video. Thanks for a wonderful explanation.

MuhammedBasil
Автор

Excellent is word!! Hats off... & Thanks

chankibiswas
Автор

This is the best tutorial I have ever seen

lofmaan
Автор

This is amazing. Thanks for the amazing tutorial.

RajanKumar-olqf
Автор

can you make a video on how on the Ad bidding system design. I think there will a lot things going in those systems. In this video you covered some part, but it would really help if you can go in more details.

NavneetVermalivefree
Автор

Excellent video! I have read about in memory dbs but this video simplified a lot of concepts for me - thank you!

ramwisc
Автор

This is such an informative video. Thank you!

carlaludgate
Автор

Great video. Thanks for covering this topic in depth and comparing it with relational database.

AnirudhNain
Автор

Extremely helpful. Thank you for making this video!

euv
Автор

Great talk Narendra! The way you presented make it very easy to understand! I like it a lot!

Wei-upjn
Автор

I feeling like, to be a system designer you have to know everything, like you have to be a Full Stack Developer, DevOps and everything

castkro
Автор

Nice video, but I think there is a mistake. 7:49 WAL is file which is stored on disk and is used for recover from failures. In your example it should be in RDBMS/Disk table.

danieldziubecki
Автор

Naren, what is the diff between Distributed cache and real time DB. Is it that, in real time DB, you have a query language and a cache you dont have SQL but need to write your own APIs

dataguy
Автор

Aerospike uses LSM tree and btrees to index the SSTables. Their architecture did not mention about AVL trees.

saidattathallam
Автор

As usual, super great video. Thank you so much seriously, bro!

大盗江南
Автор

Hi nice sir can take a video about memsql it is going to be game changer in IT ...

SumanAmara
Автор

Naren, what is the reason for using AVL for in memeory. Why not just a tree structure? The why would be helpful

dataguy
Автор

1) How does WAL handle concurrent updates. Could there be a scenario where 2 conflicting updates are applied in different order in inmemory database and the backup database
2) what happens if the update in the in memory database succeeds but the write to the WAL fails ?

vishalgupta-twyt