Tech Dummies Narendra L

Tech Dummies Narendra L

My name is Naren and I am here to help you to learn skills that you need for Software Engineering work and also to help you to polish your skills and get ready for the job, whether you are a fresh college graduate or a working professional.

Subscribe to my channel to learn new concepts every week.

If you would like to donate: www.patreon.com/techdummies

LEARN BITMAP INDEXES

LEARN BITMAP INDEXES

what is OPTIMISTIC LOCK?

what is OPTIMISTIC LOCK?

Пікірлер

  • @ravimylavarapu1116
    @ravimylavarapu1116Күн бұрын

    Thank you Narendra, very detailed, yet simple to understand. Its an art to teach that way.

  • @Global_nomad_diaries
    @Global_nomad_diaries3 күн бұрын

    Why used different components, other possible solutions and tradeoffs. Discussion related to that was completely missing.

  • @EmadMokhtar
    @EmadMokhtar5 күн бұрын

    Ask many people mentioned, you have the skills to make a simple & good explanation to the solution. Well done 👍

  • @arun_venkatesh
    @arun_venkatesh6 күн бұрын

    Thanks for this video! so much of effort

  • @YuraZavadenko
    @YuraZavadenko8 күн бұрын

    soo splendid, but what if the capacity (number of rows in the database) grows, so we will have bigger indexes, thus will need to interate through a larger portion of indexes?

  • @meetpatel5054
    @meetpatel50548 күн бұрын

    Instead of coupling back-queues with threads, I would say have more number of threads for priority URLs and less for others. for this to work, we can handle the politeness at front-queues where we put the subsequent URLs in low priority queues.

  • @Sanjiban5
    @Sanjiban59 күн бұрын

    Dude, it's called "trie", not "try" 🤦‍♂

  • @Rezakhani-nn8nk
    @Rezakhani-nn8nk9 күн бұрын

    awsome ✌👍

  • @jiteshagrawal681
    @jiteshagrawal68112 күн бұрын

    In the diagram I see session-server are used for multiple things doing operation with timeseries DB, writes are going to session server after operation queue, why is that, I thought session server are only supposed to manage user session and permission

  • @NohidJinabade
    @NohidJinabade13 күн бұрын

    Thank you sir!

  • @AbhishekKumar-py3kg
    @AbhishekKumar-py3kg18 күн бұрын

    - In a real World where the services get regular (sometimes even weekly), there will be a lot of mapping wastage with zoo-keeper assigning new slots for every deployment. - System has single point of failure - the zoo-keeper itself?

  • @aadill77
    @aadill7718 күн бұрын

    the whole idea is to design the storage system not use a third party.

  • @nalamda3682
    @nalamda3682Күн бұрын

    not true, read dropbox architecture on their site

  • @aditishete5326
    @aditishete532618 күн бұрын

    Excellent!

  • @RoamingSoming
    @RoamingSoming19 күн бұрын

    What kind of Database is being used here… sql or nosql?

  • @saurabhmittal6947
    @saurabhmittal694723 күн бұрын

    aren't the initial back of envelope calculations wrong ?

  • @LuckyozorOzorsunday-zp2em
    @LuckyozorOzorsunday-zp2em25 күн бұрын

    Hello

  • @vishalkanwar2333
    @vishalkanwar233325 күн бұрын

    Why cant we use hash algorithm to generate unique numbers or strings

  • @yashprajapati4061
    @yashprajapati406125 күн бұрын

    come on man, please listen to your video, do some editing before uploading

  • @sundayezeilo192
    @sundayezeilo19228 күн бұрын

    After 5 years, I still found it very helpful. It took me less time to understand.

  • @SakshiJain-bq6gc
    @SakshiJain-bq6gc29 күн бұрын

    Wouldn't Queue partition by CompanyId in cause hot partitions? Like Google/Tesla stock gets more traded as compare to any random startup who just got public?

  • @gao2737
    @gao273729 күн бұрын

    when you saying 'a client connects to the messaging server', what do you mean by connecting to the server? Is it a state or websocket, what is the protocol or tech used here?

  • @harshshah5511
    @harshshah551129 күн бұрын

    But what if the client only wants ratings & review service response? The API gateway arch which you explained seems like client will make a call to API-G & API gateway will call all services and return response? The client does not need data from all services everytime

  • @sharad_dutta
    @sharad_dutta29 күн бұрын

    A lot of things are incorrect, he said when users request for ride, 13:30, he said user request lands on Web Socket, users request is better with an https request since it is a request made by decision and not auto generated by event, using web socket to handle user ride request is wrong, web sockets are used to have a bidirectional communication between client and server, where client gets events (responses) whenever there is a change, just like how the Instagram notification system works. And then saying each region X is a server is too much, there must be a region service responsible for filling region blocks, region service will fetch location from driver client app (can use a producer which will generate Lat and Long of driver every, say 5 sec or so), then the Kafka cluster will have topics which will listen to produced location pings, and consumer in region service (which is responsible for allocating drivers to corresponding region) will consume and put the driver in respective region, probably store as a meta. I mean there is no right or wrong way to design HLD but using the right technology always have right and wrong about it. Good effort though.

  • @marcioduarte2906
    @marcioduarte2906Ай бұрын

    You lost me when you mentioned the O of linked list..

  • @slover4384
    @slover4384Ай бұрын

    I don't see any reason for Zookeeper to know the application servers by name and keep track of who was assigned what range in your design.

  • @slover4384
    @slover4384Ай бұрын

    INSERT if not present cannot be implemented in most NoSQL style databases not because of consistently related issues per se, it's because they append only in the storage engine. When you append only on inserts, u never know if a conflict exists.

  • @shivampradhan6101
    @shivampradhan6101Ай бұрын

    can you make a new video, since i think searching has moved quiet ahead from tf idf to gen ai embeddings and rag methods

  • @vaishnavi-jk9ve
    @vaishnavi-jk9veАй бұрын

    good video

  • @ilzammulkhaq8648
    @ilzammulkhaq8648Ай бұрын

    interesting topic for my undergraduate thesis

  • @sammed.sankonatti
    @sammed.sankonattiАй бұрын

    Thats an excellent explanation. Thats marks the start of my system design interviews preparation. 24-05-2024

  • @ankurkumar8465
    @ankurkumar8465Ай бұрын

    Can we not make the shortened url simply as datetime for that particular put request ?

  • @mohdzaheenuddin8970
    @mohdzaheenuddin8970Ай бұрын

    Content is excellent but a mic (like a DJI mic) will be highly appreciated.

  • @mathewsjose1990
    @mathewsjose1990Ай бұрын

    Nice explanation

  • @Pithukuly
    @PithukulyАй бұрын

    you can move the range entry from zoo keeper to same nosql one table with all the app server allocation in it. right sql query to always fetch the counter value from that table and insert into short table, two sql execution and avoid zoo keeper, it is painful, also another approach is consistent hashing but too much for simple app design.

  • @purnimajain9959
    @purnimajain9959Ай бұрын

    Doubt: Even if you use unique counters, you will still have to check if the longUrl already exists in the db, right? We do not want to create multiple shortUrls for the same longUrl.

  • @vaibhavsingh6808
    @vaibhavsingh6808Ай бұрын

    Useless to watch

  • @printedphysics6845
    @printedphysics6845Ай бұрын

    Great, thanks 👌

  • @zuowang5185
    @zuowang5185Ай бұрын

    Is this a mid level answer?

  • @SakshiJain-bq6gc
    @SakshiJain-bq6gcАй бұрын

    Thanks Narendra for great videos. I see you corrected the Traffic estimation. Shouldn't it also change the storage estimation?

  • @amanbaranwal9535
    @amanbaranwal9535Ай бұрын

    no one would mind if you speak normal english rather pushing hard on to get british accent. Its so irritating to listen.

  • @sambakorea
    @sambakoreaАй бұрын

    Nice blog with very clear explanations for row and columnar db storage patterns. Could you also blog the in memory data storage in both the cases rather than the HDD. I am not interested in seeing the recent HANA buzz around the ‘in memory’ data storage and retrieval. One more thing, in this blog you have mentioned about the scenarios that dictates how the data will be stored like transactional or analytical..but in HANA,I think it stores everything in columnar way, so are there any drawbacks in that? Appreciate your innate insight in this.

  • @moaadelamrani610
    @moaadelamrani610Ай бұрын

    good video but I don't get the bloom filter part, it could return true for crawled URL that is not actually crawled and we can miss on key URLs, why not just cache crawled URL in Redis. 3 machine can handle 10B URLs

  • @ritwizsinha1261
    @ritwizsinha1261Ай бұрын

    One comment regarding the upload concurrency problem, s3 supports multi part uploads and you can upload the file part by part and it will be assembled on the s3 end at the end thus you can upload the file in parts without the s3 being aware about it

  • @sin78000000
    @sin78000000Ай бұрын

    One of the best explanations I would say.

  • @brijeshshirodkar8784
    @brijeshshirodkar8784Ай бұрын

    really enjoyed the illustration of Indexing

  • @uthsahadhwani6614
    @uthsahadhwani6614Ай бұрын

    But what is the guarantee that the counter when converted to base62 will fall within the 7-character limit? It can go beyond 7 characters

  • @duzgunkenan
    @duzgunkenanАй бұрын

    Great tutorial :D but why you left scene suddenly :D like your wife is calling you. 32:08

  • @user-rd2dy4bs4h
    @user-rd2dy4bs4hАй бұрын

    You are incredible🥺The Saint🙏My lifesaver💛🧡💝Thank you SO MUCH!! This is exactly what I was looking for!

  • @rhugvedchaudhari4584
    @rhugvedchaudhari45842 ай бұрын

    Hands down, the best explaination available, covering all the technical aspects. Genius!