Scaling Databases - Web Development

Поделиться
HTML-код
  • Опубликовано: 19 янв 2025

Комментарии • 48

  • @amansaini-oq8td
    @amansaini-oq8td 4 года назад +17

    Handful knowledge in just 6 minutes, Great explanation.

  • @SergiuMunteanu
    @SergiuMunteanu 3 года назад +3

    One of the best videos I could find about this topic

  • @user1200006354654
    @user1200006354654 2 года назад +1

    Too much quality content in 7 minutes, thanks pal.

  • @govindrai93
    @govindrai93 7 лет назад +28

    Great video on high level overviews of scaling your db through replication vs sharding or using a combination. Short, helpful, and easy to understand. Thanks!

    • @troooooper100
      @troooooper100 7 лет назад

      udacity is deleting this course, because it's "old"

    • @MrJorgeceja123
      @MrJorgeceja123 6 лет назад

      I wasn't able to find the course on their site. Do you know where it is now? Thanks!

    • @MrJorgeceja123
      @MrJorgeceja123 6 лет назад

      Oh, ok. I found most of them but what I'm struggling now is how to piece the puzzle. I have them but i don't know in which order most of them are lol If you got any info on how they are ordered, I'll appreciate if you sahre it.

    • @wastabirrajvee8867
      @wastabirrajvee8867 6 лет назад

      ThunderousGlare Could you please provide the link of the playlist? Thanks

  • @undercrackers56
    @undercrackers56 5 лет назад +57

    The Managing Director's answer to that question is: Any option that does not cost money and could be completed before lunch.

  • @jackgunn1480
    @jackgunn1480 5 лет назад +5

    Thanks! It's like having a teacher in my living room with me.

  • @NeilTejada-c5g
    @NeilTejada-c5g Год назад

    🎯 Key Takeaways for quick navigation:
    00:00 **
    02:46 **
    04:09 **
    05:34 **
    Made with HARPA AI

  • @abrarisme
    @abrarisme 6 лет назад +7

    Definitely press the turbo button. That's the only correct answer here.

  • @c.4469
    @c.4469 2 года назад

    The answers I thought
    * (O) get a faster machine -> Vertical scaling. We can improve the read "speed" by buying a bigger machine.
    * (X) replicate the database -> Horizontal scaling. However, we cannot improve the "speed" because the computing power has not changed. It can only perform more reads at the same time.
    * (?) store less data -> It also improves the read speed, but is it allowed to store less data?
    * (O) press the turbo button -> If the turbo means the turboboost of the intel chip processor, this can be an answer too.

  • @abinashpanda393
    @abinashpanda393 11 месяцев назад

    4. Press the turbo button 🔥

  • @Max-tj4nt
    @Max-tj4nt 7 лет назад +91

    Press the turbo button

    • @ukaszsmigielski8648
      @ukaszsmigielski8648 7 лет назад +1

      Where can I get this button sir?

    • @typicallucas4164
      @typicallucas4164 6 лет назад

      check 6:45 of the video for more info

    • @maktaf
      @maktaf 6 лет назад

      what is a turbo button?

    • @floopy312
      @floopy312 6 лет назад +5

      @@ukaszsmigielski8648 You have to upgrade your plan and pay $50 more for the turbo button sir.

    • @IC-kf4mz
      @IC-kf4mz 4 года назад

      Donate to get the answer.

  • @loke9271
    @loke9271 2 года назад

    awesome content!!

  • @sonoftroy8572
    @sonoftroy8572 4 года назад +6

    But isn’t this something the hosting company will take care of for you... when it come to dealing with database servers? I’m looking for actual code examples with best practice structure. Using programs like PHP & MySQL to store and pull data from multiple tables in a database. Using either a class based structure or a OOP structure witch is very similar to class based structure or a procedural based structure witch uses function as. It’s structure. This type of high level database scalable code example is what I’m looking for... do you have anything like this?

    • @MrKokomaniaco
      @MrKokomaniaco 3 года назад +1

      Nope, unless the hosting company provides Managed Cloud Database service

  • @pas0003
    @pas0003 2 года назад

    What a fantastic video!

  • @umermib3058
    @umermib3058 3 года назад

    Mind blowing bro

  • @princesspranaya7123
    @princesspranaya7123 Год назад

    In theory this is all good? Pretty basic. would be good to cover how this is all works? what are links mean here? and how that happens. A DB can end with up 50 -100 tables at min. From web app when i fire a crud operation where the distinction happens which server it should go (slave vs master). Similarly when you have shards, how does that translate. On table y i am querying a select query with where clause or group by? In this how this link is determined. Who does that job?

  • @justinkim7202
    @justinkim7202 4 года назад +2

    You always press the turbo button

  • @pankajsinghv
    @pankajsinghv 6 лет назад

    Excellent post on db scaling

  • @KrishnaDasPC
    @KrishnaDasPC 4 года назад +1

    Any code examples?

  • @ru2979
    @ru2979 2 года назад

    is this called db sharding ?

  • @thuctranvan4630
    @thuctranvan4630 6 лет назад

    Great video, It's very useful !

  • @AndreiIR000
    @AndreiIR000 4 года назад +1

    286, 386 and some 486 users will push the TURBO BUTTON!!!

  • @wpelfeta
    @wpelfeta 6 лет назад +2

    how do you structure data so that you don't need joins?

    • @guitarockdude
      @guitarockdude 6 лет назад +7

      One way to do this with relational databases might be to store data independently on different systems. For example you could do a lookup for "users" and then you could use that data to look for "telephones" in a separately stored table/db. The disadvantage being that you might need to do many queries for large results. A better solution might be to use NoSQL or Hadoop databases for your data. These systems scale much better for this reason.

  • @deepusasidharan2012
    @deepusasidharan2012 3 года назад

    super video

  • @mrmuranga
    @mrmuranga 5 лет назад

    nicely explained

  • @alptekintalan3125
    @alptekintalan3125 2 года назад

    D ) press the turbo button

  • @mosirag85
    @mosirag85 3 года назад

    hi every one
    which framework that can use in large scale of developing web systems
    and which database can use in this web development
    tips for infrastructure please
    thanks

    • @ik7122012
      @ik7122012 3 года назад

      Golang fiber + postgresql

  • @idiot7leon
    @idiot7leon 4 года назад

    Thanks

  • @alehunter15
    @alehunter15 7 лет назад

    excellent vid cheers

  • @RomanticPopPunk
    @RomanticPopPunk 3 года назад

    I think Store less data. The less you have, the less time you need to looking up for something.

  • @Vladerrama21
    @Vladerrama21 2 года назад

    press the TURBO!!!!

  • @IbrahimRasheedDhanbidhoo
    @IbrahimRasheedDhanbidhoo 6 лет назад +2

    Press the turbo button XD lol

  • @ALZlper
    @ALZlper 7 лет назад +3

    Turbo!

  • @xtremegamings
    @xtremegamings 6 лет назад +2

    replicate