What's HBase and how does it compare to Cassandra? | Systems Design 0 to 1 with Ex-Google SWE

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

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

  • @javaadpatel9097
    @javaadpatel9097 Месяц назад +1

    HBase does come up often as an option for a database when you're doing a chat system design interview (as an alternative to Cassandra)

  • @siddharthgupta6162
    @siddharthgupta6162 10 месяцев назад +2

    Really helpful! Thanks for the great content, Jordan!!
    One question though: Is HBase like costlier than Hadoop? Basically, any particular use case where Hadoop will be better than HBase?

    • @jordanhasnolife5163
      @jordanhasnolife5163  10 месяцев назад +1

      Writing and writing files on HBase would definitely be slower, because we need an index. However, if you're actually going to take advantage of that index, then HBase would be useful - if you just want to dump parquet files in and read them back later, HDFS is great!

  • @tbru92
    @tbru92 Год назад +1

    Jordan you are a legend :)
    Your explanations are entertaining and extremely valuable, especially when you mention and point out comparison between data systems.
    Could you do a video on Kudu?
    Enjoy the gym 💪 :)

    • @jordanhasnolife5163
      @jordanhasnolife5163  Год назад +1

      Never heard of Kudu, will look into it! Thanks for the nice words glad you enjoyed!

  • @adithyabhat4770
    @adithyabhat4770 9 месяцев назад +1

    Your videos are awesome!

  • @bidotech9
    @bidotech9 Год назад +3

    great video. But at first i thought Cassandra was the name of your girl.

    • @jordanhasnolife5163
      @jordanhasnolife5163  Год назад +7

      If we're being honest here I've never spoken to a woman

    • @bidotech9
      @bidotech9 Год назад +4

      @@jordanhasnolife5163 ahh I see, a hardcore programmer just like me

  • @chaitanyatanwar8151
    @chaitanyatanwar8151 4 месяца назад +1

    Thank you!