01 | Intro to Cassandra - Cassandra Fundamentals

Sdílet
Vložit
  • čas přidán 27. 08. 2024

Komentáře • 30

  • @VeraxMusic
    @VeraxMusic Před rokem +13

    You explained this clearer than anyone at my job who has years of experience. It's a skill and art that not everyone has - the ability to teach.

  • @cnotation
    @cnotation Před rokem +1

    DynamoDb aka AWS managed Cassandra finally making sense now, thanks.

    • @DataStaxDevs
      @DataStaxDevs  Před rokem +1

      The service the closest to Cassandra in AWS is AWS keyspaces. DynamoDB is totally a different technology.

  • @yusramalik9014
    @yusramalik9014 Před rokem +2

    Really informative and describe in an easy to understand manner, thank u so much.

  • @DeepakGupta-qh3zb
    @DeepakGupta-qh3zb Před 4 měsíci

    that's what i was looking for, thanks a lot

  • @nixjavi7220
    @nixjavi7220 Před 7 měsíci

    Thanks for the information . Amazing way to explain it!

  • @shreyashthengne
    @shreyashthengne Před 5 měsíci

    You really explained that well!!!

  • @k98killer
    @k98killer Před 2 lety +3

    478 likes vs 307 dislikes. I wonder why people disliked the video considering there are no negative comments.
    Edit: probably the inconsistent audio.

    • @tentaklaus9382
      @tentaklaus9382 Před rokem +1

      1:25 or so I could hear a baby crying out in the background 🤷‍♂️ I didn't do a thumbs down though.

  • @rajukamal
    @rajukamal Před rokem +1

    Very concise and packs key information 👍

  • @codedoctor3265
    @codedoctor3265 Před 2 lety +1

    Just to the point , awesome video

  • @killesk
    @killesk Před rokem

    this is a really good video, well done

  • @kubas4129
    @kubas4129 Před 2 lety +3

    Amazing! Great content!

  • @rafael86ny
    @rafael86ny Před 2 lety

    Excellent. Just wow!

  • @annafalvello8138
    @annafalvello8138 Před 2 lety +1

    Amazing video, thanks!

  • @SaiPavanPothuri
    @SaiPavanPothuri Před 2 lety

    Amazing video talking about a lot of features that cassandra provides.
    but it didn't talk about the wide column oriented feature !!
    Can anyone explain about the wide column store ? when to use it and all ?

  • @idhindsight
    @idhindsight Před 2 lety

    This is very well done.

  • @sxx2491
    @sxx2491 Před 2 lety

    great work

  • @ezzabilal6906
    @ezzabilal6906 Před 2 lety

    The Katacoda course is no longer available. Can you please guide me to a course where I can run the queries and get hands on experience like Katacoda offered

    • @DataStaxDevs
      @DataStaxDevs  Před 2 lety

      We are working on a customer solution but for now you can go to killercoda.com/datastaxdevs/

  • @bhavyabansal1143
    @bhavyabansal1143 Před rokem

    I have a quick question, earlier you mentioned that each partition gets map to a specific node (consistent hashing) and then it gets replicated based on RF factor. But then , later you said that any node can receive request and then will redirect to the right set of nodes?

    • @LimitedWard
      @LimitedWard Před rokem

      Basically the coordinator node is just there to receive the request and forward it to the ones that will actually store it. They do not store the data themselves (unless the data happens to fall under one of their assigned partition ranges).

  • @oybeksaydullayev5803
    @oybeksaydullayev5803 Před rokem +1

    ajayib

  • @salonsospain
    @salonsospain Před 13 dny

    14K

  • @tandersb
    @tandersb Před rokem

    Are there kids crying in the background? I kept pausing thinking my kids were awake.

  • @salonsospain
    @salonsospain Před 13 dny

    241

  • @shanaebrown1563
    @shanaebrown1563 Před 2 lety

    Because casandra accounts for so much redundancy isnt it slow.

    • @DataStaxDevs
      @DataStaxDevs  Před 2 lety

      It is not. It is superfast for both reads/writes and can handle internet scale which is why tech giants use it. 👍 [Erick Ramirez]