Understanding MongoDB

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

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

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

    One to the best high-level overview I have seen so far.👍

  • @mathewkargarzadeh3158
    @mathewkargarzadeh3158 5 лет назад +7

    Dear Frank, Excellent Intro to Mongodb !!. Appreciate putting together this great illustration. Thanks again!!. Mat.

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

    Why there are 3 config servers, not 2 or 4? When you are sharding on the primary index, how about others? Primary -> Secondary -> Secondary, what is the later secondary? Replica of replica?

  • @vaibhavrana4953
    @vaibhavrana4953 7 лет назад +2

    good intro

  • @kennethkwakye-gyamfi4765
    @kennethkwakye-gyamfi4765 5 лет назад +1

    You talk funny

  • @NN-sw4io
    @NN-sw4io 6 лет назад

    How to enable CDC in MongoDB?

  • @Kayotesden
    @Kayotesden 7 лет назад +25

    In my experience, the most clear & understandable intro to MongoDB out there. I increased the speed to 1.5 & in 12 odd minutes, I understood the value proposition of MongoDB. Thanks Frank.

  • @chinmayacharya7228
    @chinmayacharya7228 7 лет назад +10

    Good talk, I liked the way you say MongoDB like Microsoft SAM though :D

  • @MeyRevived
    @MeyRevived 4 года назад +3

    You know you're going to get a good technical lecture when the presenter has a bat'leth on the wall behin them

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

    In my experience, the most clear & understandable intro to MongoDB out there. I increased the speed to 1.5 & in 12 odd minutes, I understood the value proposition of MongoDB. Thanks Frank.

  • @go-meditate
    @go-meditate 5 лет назад +1

    In my experience, the most clear & understandable intro to MongoDB out there. I increased the speed to 2.5 & in 12 odd minutes, I understood the value proposition of MongoDB. Thanks Frank. For real, I like it

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

    A very nice explanation of MongoDB basics, explained in a calm, clear and "ad-free" way. Thanks for sharing.

  • @MrTinkujohn
    @MrTinkujohn 6 лет назад +1

    Corporate-y . I felt the same way!! some sales guy wrote their website.

  • @bigdatakid5465
    @bigdatakid5465 6 лет назад +1

    Excellent video Frank! You have an extraordinary ability to explain complex technical concepts in a simple, easy and concise manner. One little thing: If a config server goes down, it does not cause a database outage. While config servers are down, the cluster does not re-balance, but all CRUD operations continue normally.

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

    I create shard after every time I get drunk and go to taco bell.
    ...Hire me plz

  • @aramisnasirianfar7652
    @aramisnasirianfar7652 5 лет назад +1

    Your tutorials are the best i could find so far. Thanks for the great quality content.

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

    This rubbing me the wrong way. It appears marketing scripted. Stopped at 16:54 realized that this is a one click deploy in the cloud.

  • @bilaltariq50
    @bilaltariq50 6 лет назад +4

    In my experience, the most clear & understandable intro to MongoDB out there. I increased the speed to 1.5 & in 12 odd minutes, I understood the value proposition of MongoDB. Thanks Frank.

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

    I thought mongo stands for mong beans. Lol

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

    Thanks a lot. Great content. Exactly what I was looking for.

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

    awesome video, thanks for the effort

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

    I feel like this is a movie trailer. awesome movie trailer voice!

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

    Best video on Mongodb on RUclips so far...

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

    Love your videos!!

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

    Excellent Frank....

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

    Awesome wrap-up, thank you very much! :)

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

    Great tutorial thanks!

  • @devrim-oguz
    @devrim-oguz 4 года назад

    Really helpful, thanks!

  • @nareshgb1
    @nareshgb1 6 лет назад +1

    Very good, no-nonsense overview.

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

    lot of business now is using mongoDB

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

    where are you from?

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

    Can't wait to finish the full course :)

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

    IS it true that one config server is down the whole cluster is down? I dont think so.....can someone validate that?

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

      Nope that is not true, from the MongoDB 3.6 documentation;
      If the config server replica set loses its primary and cannot elect a primary, the cluster’s metadata becomes read only. You can still read and write data from the shards, but no chunk migration or chunk splits will occur until the replica set can elect a primary.
      docs.mongodb.com/manual/core/sharded-cluster-config-servers/

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

    Partition-tolerence : By that do you mean dividing data across multiple databases ? something like sharding ?

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

    Assuming a single replica set, if the primary gets overloaded with write or read requests is the load balanced by the secondaries ?

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

    what about Postgresql?

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

    Great Intro

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

    1:54 "[MongoDB will automatically add an unique id to every document because it _isn't_ required.]"
    Uh, wtf? Mind explaining that? That makes zero sense to me.
    Why would it be added automatically if it isn't needed?

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

      It means that because it isn't guaranteed that each document WILL have a unique field (depends on whether or not the developer creates one), mongodb automatically adds one.

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

      So, a unique field of some kind *is* required?

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

      Yes, but you don't need to provide one of your own.

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

      It is needed, but not demanded. (Required has more than one meaning)

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

      "so Mongo DB will automatically give you an _ID field that just automatically appended to your document that contain some unique identifier for you and that's done because there is nothing in MongoDB that says that you have to have some unique field in your document at all"