Partitioning Key vs Clustering Keys in Cassandra | Cassandra Fundamentals

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

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

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

    This happens to be the simplest Cassandra DB tutorial I've watched so far, thank you !

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

      Glad it was helpful! I will start posting again soon, so please let me know what type of content interests you the most.

  • @2tce
    @2tce 2 ปีที่แล้ว +6

    Best explanation for Partition keys. I have spent a lot if time trying to find this. Thanks!!

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

      So glad it helped you understand better : )

  • @wgllgw
    @wgllgw 13 วันที่ผ่านมา

    Very good video series, I love that you took time to illustrate the different examples.
    I have a question.. instead of creating different tables with the cluster key of ascending/descending order.. is it possible for cassandra to do SQL like queries where
    SELECT * FROM simple_temp_v2 ORDER BY time_created ASC
    Cheers

    • @irtizahafiz
      @irtizahafiz  12 วันที่ผ่านมา +1

      You can, if time_created is part of the clustering key. Also, the sort order has to be the same as the cluster key order you gave when creating the table.
      Additionally, your query needs a WHERE clause on a partition key AFAIK. Otherwise, Cassandra won't be happy needing to sort across partitions.

    • @wgllgw
      @wgllgw 9 วันที่ผ่านมา

      @@irtizahafiz oh yes.. thanks for pointing that out! would have been a very expensive query without including the partition key!

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

    Excellent and precise explanation

  • @imohsimon9762
    @imohsimon9762 4 หลายเดือนก่อน

    nice and simple, Thanks so much

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

    Great explanation !

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

    Very nice explanation ...!

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

    Best explanation sir I am stuck on a table which is branch_by_region_country_city but then when I saw this video about compound partition key I understand how to fix my problem , really helppp sir Thanks

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

      Thank you! I will start posting again soon, so please let me know what type of content interests you the most.

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

    Thanks for the explanation, very helpful.

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

    wow! happy learning!! thanks

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

    Your videos are just amazing

    • @irtizahafiz
      @irtizahafiz  9 หลายเดือนก่อน

      Thank you so much 😀

  • @RTXXONn
    @RTXXONn 8 หลายเดือนก่อน

    Awsome content keep going

    • @irtizahafiz
      @irtizahafiz  8 หลายเดือนก่อน

      Appreciate it!

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

    Great explanation

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

      Glad it was helpful!

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

    great explaination👌

  • @suhaskurup
    @suhaskurup 9 หลายเดือนก่อน

    20:26 I think you meant to type simple_temperature_v3.

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

    so why they call it as cluster key and not a sort key?

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

      LOL that's a good question.

  • @astHakobyan
    @astHakobyan 11 หลายเดือนก่อน

    very good video

    • @irtizahafiz
      @irtizahafiz  11 หลายเดือนก่อน

      Thanks!

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

    Good stuff man

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

      Thank you for watching!

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

    Unorganized so wasting time unnecessarily. Doesn't explain why one may need a compound partitioning key. Doesn't explain the impact of clustering keys (i.e., in WHERE clause, although effect in ORDER BY clause is kinda implicitly mentioned).

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

      Hi! Appreciate the feedback.
      I thought of explaining those but the video was getting too long. I am still learning what's the best way to present the content. Thanks for your patience!