03 | Intro to Cassandra - Tables, Partitions, and Examples

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ธ.ค. 2024

ความคิดเห็น • 18

  • @杨子超-k7u
    @杨子超-k7u ปีที่แล้ว +1

    watched a bunch of videos and tutorials and I was still not clear about what a partition is until I saw this video. This is definitely something what I am looking for. A graph illustration and concrete examples along with some use cases. Perfect! Thanks for sharing!

  • @krishna728
    @krishna728 2 ปีที่แล้ว +1

    Excellent work, I really appreciate the time and effort that you took to explain the features in simple and elegant way!!

  • @rishabhmaheshwari7788
    @rishabhmaheshwari7788 10 หลายเดือนก่อน

    I was never clear about difference b/w sort,primary and partition key. Thanks a lot buddy.

  • @axelmuller4341
    @axelmuller4341 ปีที่แล้ว

    When looking at 4:28 can you say the database has 4 wide columns as the Primary Key consists of 4 columns?

  • @cnotation
    @cnotation 2 ปีที่แล้ว +1

    Would you say that the table design patterns here would work with DynamoDb as well? I ask because I've had difficulty with the concept of sort keys and schema modeling in DynamoDb and this video clarifies the concept using Cassandra very well.

    • @DataStaxDevs
      @DataStaxDevs  ปีที่แล้ว

      Right, DynamoDB based on the same white-paper and many Cassandra principles are also applicable there.

  • @lekoserto6969
    @lekoserto6969 ปีที่แล้ว

    Thanks you so much, it's realy good video with, and it's always so cool whan you can see so many animated examples

  • @StrangeAK
    @StrangeAK ปีที่แล้ว

    Simple and right to the point, like it

  • @kumarsourav8851
    @kumarsourav8851 ปีที่แล้ว

    very helpful video for understanding cassandra!

  • @alexsyeo
    @alexsyeo ปีที่แล้ว

    Super helpful. Thanks

  • @aybmab2
    @aybmab2 2 ปีที่แล้ว

    For the India hot partitions example - is the solution to pull out India into its own table (with a partition key that's just user_id) and programmatically detect which table to read/write from (i.e. `most_countries` vs `india`)?
    Thanks in advance!

  • @AnilBhaskarBhaskey
    @AnilBhaskarBhaskey 3 ปีที่แล้ว

    To the point, practical examples. Thanks for sharing.

  • @saurabhpresent
    @saurabhpresent 2 ปีที่แล้ว

    Superb 👌

    • @DataStaxDevs
      @DataStaxDevs  2 ปีที่แล้ว

      Thanks! Cheers! 🍻 - Erick Ramirez

  • @iambhuv
    @iambhuv 2 ปีที่แล้ว +1

    why is there tables if cassandra is nosql database

    • @DataStaxDevs
      @DataStaxDevs  ปีที่แล้ว +3

      There are plenty of NoSQL databases using tables. NoSQL doesn't mean "no tables". :)

    • @杨子超-k7u
      @杨子超-k7u ปีที่แล้ว

      it means not only sql😀

  • @bitsandspaces7808
    @bitsandspaces7808 2 ปีที่แล้ว

    🤙🏾