Types of Databases: Relational vs. Columnar vs. Document vs. Graph vs. Vector vs. Key-value & more

Поділитися
Вставка
  • Опубліковано 16 тра 2024
  • 🔴 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com
    ▬▬▬▬▬ Experience & Location 💼 ▬▬▬▬▬
    ► I’m a Senior Software Engineer at Juniper Networks (12+ years of experience)
    ► Located in San Francisco Bay Area, CA (US citizen)
    ▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬
    ► LinkedIn: / anton-putra
    ► Twitter/X: / antonvputra
    ► GitHub: github.com/antonputra
    ► Email: me@antonputra.com
    ▬▬▬▬▬▬ Related videos 👨‍🏫 ▬▬▬▬▬▬
    👉 [Playlist] Kubernetes Tutorials: • Kubernetes Tutorials
    👉 [Playlist] Terraform Tutorials: • Terraform Tutorials fo...
    👉 [Playlist] Network Tutorials: • Network Tutorials
    👉 [Playlist] Apache Kafka Tutorials: • Apache Kafka Tutorials
    👉 [Playlist] Performance Benchmarks: • Performance Benchmarks
    👉 [Playlist] Database Tutorials: • Database Tutorials
    ▬▬▬▬▬▬▬ Timestamps ⏰ ▬▬▬▬▬▬▬
    0:00 Intro
    0:25 Relational Database
    3:12 Columnar Database
    6:28 Document Database
    10:53 Graph Database
    13:31 Vector Database
    14:40 Key-value Database
    16:51 Time-series Database
    17:44 Outro
    ▬▬▬▬▬▬▬ Source Code 📚 ▬▬▬▬▬▬▬
    ► GitHub: github.com/antonputra/tutorials
    #database #cloud #devops
  • Наука та технологія

КОМЕНТАРІ • 38

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

    🔴 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com

  • @ErikWillekens
    @ErikWillekens 2 місяці тому +3

    Your clarity is exceptional

  • @ssrakeshsharma
    @ssrakeshsharma 3 місяці тому +8

    One of the best video to understand Types of Databases. Excellent work 👍

  • @Edysamaha
    @Edysamaha 11 днів тому +2

    Amazing video on the topic! Very clear and concise

  • @GabrielPozo
    @GabrielPozo 4 місяці тому +3

    Thank you for sharing this great video!

  • @crazychase443
    @crazychase443 2 місяці тому +3

    Absolute perfect level of detail that I was looking for. Love this video, thank you so much!

  • @lucasvazquez-sk1lv
    @lucasvazquez-sk1lv 4 місяці тому +1

    Thank you for this amazing content.

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

    Its a GREAT video that explains all clearly, simple and with examples!

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

    Thank you for your detailed explanation. Hats off!

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

    love it 👌

  • @ARATHI2000
    @ARATHI2000 3 місяці тому +1

    Very nice summary. Thanks, Anton!

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

    impressive work

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

    I'm doing a talk tomorrow and this was helpful in reminding me of good info to mention.

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

    what did you use for slides/presentation? This is top notch.

  • @jenny8396
    @jenny8396 29 днів тому +1

    Super nice summary for beginners. Im just learning about noSQL and this is a great start to the idea of it!

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

    Great comparison of relational vs columnar and I really like document and key-value store parts too, the only thing is 18min is a bit long, otherwise perfect!

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

    Thank you Anton for the great video!
    Is it worth to mention Redis and Memcached as examples of key value databases?

    • @AntonPutra
      @AntonPutra  4 місяці тому

      Redis tries to be everything nowadays, lol

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

    HI Anton, congratulations for the video. I am also interested in the software used for the animated infographics. Thanks in advance.

  • @MrRin_
    @MrRin_ 4 місяці тому

    Hi, Anton! Can you please share some resources on how to scale ML workloads in GKE? Some tricks that you may know, time sharing vs multi-instance GPU?
    In other words, how do we get most out of the compute without running into OOM issues
    Thank you!

    • @AntonPutra
      @AntonPutra  4 місяці тому

      It really depends on the framework you're using to run ML, such as Spark, Airflow, etc. I don't really have general advice on this topic.

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

    Great video indeed. May be you could also add a section with multi-purpose database(s) like SurrealDB ;-)

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

    Sir this is a great video i wonder if it would be possibel to scedule a meeting with you in discord or smth bc i really would like to talk about this in the context of my project.

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

      thanks, i'm travelling right now, you can send me an email and I'll try to help

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

    Could you please make a video on Wide column vs column family vs columnar vs column oriented DBs. Please include some examples/usecases/scenarios also

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

      can you give me some examples of databases?

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

    The column oriented explanation is wrong. Cassandra does not store dsta in colums. It still stores in rows, but how does it read data row by row, but each row has key value pairs whcih are colums. Where it van jump to a required columns.
    Cassandra is column family DB, not a column oriented DB.

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

      I'll soon make a video specifically about columnar databases, including a hands-on tutorial.