This happens to be the simplest Cassandra DB tutorial I've watched so far, thank you !
@irtizahafiz Жыл бұрын
Glad it was helpful! I will start posting again soon, so please let me know what type of content interests you the most.
@2tce2 жыл бұрын
Best explanation for Partition keys. I have spent a lot if time trying to find this. Thanks!!
@irtizahafiz2 жыл бұрын
So glad it helped you understand better : )
@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 Жыл бұрын
Thank you! I will start posting again soon, so please let me know what type of content interests you the most.
@sharatchandra9198 Жыл бұрын
Excellent and precise explanation
@joemobes16322 жыл бұрын
Thanks for the explanation, very helpful.
@imohsimon97624 ай бұрын
nice and simple, Thanks so much
@pratapteegala7428 Жыл бұрын
Very nice explanation ...!
@swetapatel7581 Жыл бұрын
Great explanation !
@irtizahafiz Жыл бұрын
Thank you!
@humayunhimu60452 жыл бұрын
wow! happy learning!! thanks
@wgllgwАй бұрын
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Ай бұрын
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.
@wgllgw28 күн бұрын
@@irtizahafiz oh yes.. thanks for pointing that out! would have been a very expensive query without including the partition key!
@PranitKothari11 ай бұрын
Your videos are just amazing
@irtizahafiz10 ай бұрын
Thank you so much 😀
@punithore92862 жыл бұрын
great explaination👌
@RTXXONn8 ай бұрын
Awsome content keep going
@irtizahafiz8 ай бұрын
Appreciate it!
@samurdi2 жыл бұрын
Great explanation
@irtizahafiz2 жыл бұрын
Glad it was helpful!
@suhaskurup9 ай бұрын
20:26 I think you meant to type simple_temperature_v3.
@et4493 Жыл бұрын
Good stuff man
@irtizahafiz Жыл бұрын
Thank you for watching!
@astHakobyan Жыл бұрын
very good video
@irtizahafiz Жыл бұрын
Thanks!
@alexandersmirnov4274 Жыл бұрын
so why they call it as cluster key and not a sort key?
@irtizahafiz Жыл бұрын
LOL that's a good question.
@thachnnguyen2 жыл бұрын
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).
@irtizahafiz2 жыл бұрын
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!