Scaling Databases - Web Development

Поділитися
Вставка
  • Опубліковано 25 гру 2024

КОМЕНТАРІ • 48

  • @user1200006354654
    @user1200006354654 2 роки тому +1

    Too much quality content in 7 minutes, thanks pal.

  • @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

  • @NeilTejada-c5g
    @NeilTejada-c5g 11 місяців тому

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

  • @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 6 років тому

      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

  • @jackgunn1480
    @jackgunn1480 5 років тому +5

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

  • @undercrackers56
    @undercrackers56 4 роки тому +57

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

  • @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 10 місяців тому

    4. Press the turbo button 🔥

  • @abrarisme
    @abrarisme 6 років тому +7

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

  • @pas0003
    @pas0003 2 роки тому

    What a fantastic video!

  • @pankajsinghv
    @pankajsinghv 6 років тому

    Excellent post on db scaling

  • @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!!

  • @thuctranvan4630
    @thuctranvan4630 6 років тому

    Great video, It's very useful !

  • @umermib3058
    @umermib3058 2 роки тому

    Mind blowing bro

  • @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

  • @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?

  • @idiot7leon
    @idiot7leon 4 роки тому

    Thanks

  • @deepusasidharan2012
    @deepusasidharan2012 3 роки тому

    super video

  • @ru2979
    @ru2979 2 роки тому

    is this called db sharding ?

  • @justinkim7202
    @justinkim7202 4 роки тому +2

    You always press the turbo button

  • @mrmuranga
    @mrmuranga 5 років тому

    nicely explained

  • @KrishnaDasPC
    @KrishnaDasPC 4 роки тому +1

    Any code examples?

  • @AndreiIR000
    @AndreiIR000 4 роки тому +1

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

  • @alptekintalan3125
    @alptekintalan3125 2 роки тому

    D ) press the turbo button

  • @alehunter15
    @alehunter15 7 років тому

    excellent vid cheers

  • @Vladerrama21
    @Vladerrama21 2 роки тому

    press the TURBO!!!!

  • @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.

  • @ALZlper
    @ALZlper 7 років тому +3

    Turbo!

  • @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

  • @RomanticPopPunk
    @RomanticPopPunk 3 роки тому

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

  • @IbrahimRasheedDhanbidhoo
    @IbrahimRasheedDhanbidhoo 6 років тому +2

    Press the turbo button XD lol

  • @xtremegamings
    @xtremegamings 6 років тому +2

    replicate