Who wins in 2024? MongoDB vs PostgreSQL full comparison!

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

КОМЕНТАРІ • 19

  • @Jelvix
    @Jelvix  8 місяців тому +1

    What data challenges did you throw at MongoDB/PostgreSQL? Tell us your stories! ☺

  • @bphilsochill
    @bphilsochill 6 місяців тому +14

    Just a note, around 2:00 you mention that Mongo is more simple, and Postgres is more complex. The diagram contradicts that. Just leaving this here in case you feel compelled to revise this.

    • @Jelvix
      @Jelvix  Місяць тому

      Hi! Thank you for your feedback and attention!

  • @monicasmith6007
    @monicasmith6007 8 місяців тому +4

    Hey! Thanks for your content, it's so cool! My company opted for MongoDB for our rapidly growing startup due to its scalability and cloud-native features. The flexibility was crucial for iterating on our data model as we learned more about our users. ;)

    • @jeniamtl6950
      @jeniamtl6950 4 місяці тому +1

      postgresql supports jsonb

    • @SoM3KiK
      @SoM3KiK 2 місяці тому

      I recently migrated from mongo to postgres, a multi-million records database. Postgres is way faster and you have the ability to use the functionality of a relational database, making it much easier for developers to extract data.

  • @ManasviSareen
    @ManasviSareen Місяць тому +1

    and Postgre is not horizontally scalable?

    • @Jelvix
      @Jelvix  Місяць тому +1

      PostgreSQL is not natively horizontally scalable in the same way as some NoSQL databases like Cassandra or MongoDB. However, it can achieve horizontal scalability with the help of additional tools and architectures

  • @Avo7bProject
    @Avo7bProject 7 місяців тому

    Just about any database will become complex with time, and need intricate security levels. PostgreSQL comes out ahead in this high level comparison - but maybe not everybody can afford a badass central server after a period of growth... or they really hate to look at SQL. (Yeah, SQL is very "1970s" looking. Fortunately it's a good, portable language to be familiar with.)

  • @drasticfred
    @drasticfred 4 місяці тому +1

    All assumptions far from true, mixed with numbers based on factual data (that is good) however content creators assumptions contradicting each other. No mention about Postgresql extensibility, namely extension realm, which is the Postgresql's killer feature.

    • @Jelvix
      @Jelvix  Місяць тому

      Thank you for sharing your feedback!

  • @Gabriel_Wangai
    @Gabriel_Wangai 7 місяців тому

    I am currently trying to migrate from firebase to postgresql. This has solidified that

  • @emi6029
    @emi6029 6 місяців тому

    One scales out horizontally and for processing large amounts of data while the other doesn't.
    So, not much benefit with the one which scales vertically. MongoDB all the way!!!!!

    • @SoM3KiK
      @SoM3KiK 2 місяці тому +1

      You can also scale postgres horizontally

  • @SkillGuy
    @SkillGuy 5 місяців тому +1

    Thats great I wanna master both of them.

    • @Jelvix
      @Jelvix  5 місяців тому +1

      That's cool! We wish you good luck in it!

    • @SkillGuy
      @SkillGuy 5 місяців тому

      @@Jelvix Tnx

  • @sly-retailpos7772
    @sly-retailpos7772 4 місяці тому

    Great content
    For Me im sticking to MONGO DB

  • @jiminnovator1556
    @jiminnovator1556 8 місяців тому +1

    Great video! As a Python developer, I initially leaned towards MongoDB for its flexibility and ease of integration with frameworks like Django. However, for my current project involving complex financial data analysis, PostgreSQL's robust relational structure and SQL capabilities proved invaluable. Ultimately, the choice depends on the project's specific needs. 🤖