Clear and Concise DynamoDB Partitions breakdown. Thanks Alex. ..Subbed.
@alexbdebrie3 жыл бұрын
Thanks! Glad you liked it
@_marcelolima10 ай бұрын
Great concise video! Much appreciated the effort on making those videos, Alex!
@sanjeevrajora7335 Жыл бұрын
very nice explanation on partitions ,thanks for the video
@alexbdebrie Жыл бұрын
Thanks, Sanjeev! :)
@rickfarina98353 жыл бұрын
Excellent review of partitions, how, and why... Much appreciated Alex. Thanks!
@alexbdebrie3 жыл бұрын
Thanks Rick!
@devprakash53203 жыл бұрын
Thanks Alex , it was helpful
@alexbdebrie3 жыл бұрын
You're welcome, Dev! Glad you liked it.
6 ай бұрын
Great video, thanks!
@alexbdebrie6 ай бұрын
Thanks! Glad you liked it :)
@Bahbahee2 жыл бұрын
Very useful video Alex. Thank you. Can there be more than one sort key in the composite primary key? For example if partition key is customerId#, could there be 4 other sort keys such as customerAddress# [along with attributes], customerDemographicInfo#[along with attributes], customerAdditionalInfo#[attributes], etc? I am trying to create a one to many relationship for unique customers in my table to their many addresses, contacts, etc.
@alexbdebrie2 жыл бұрын
Thanks, Bahar! For your question, will these each be different items in your table? If so, the answer is yes -- you can have different items with different sort key patterns. Let me know if I'm misunderstanding -- feel free to email me or DM me on twitter.
@jvjfranca2 жыл бұрын
Great! Thanks so much!
@alexbdebrie2 жыл бұрын
You're welcome!
@andriys57723 жыл бұрын
Тhank you for your book! It helped me a lot.
@alexbdebrie3 жыл бұрын
Thanks, Andriy!
@tarassasai64242 жыл бұрын
awesome! thanks a lot for this video!
@alexbdebrie2 жыл бұрын
You're welcome!
@RahulAhire3 жыл бұрын
Does aws keyspace let you know how much clusters is being running for that table? 4:33
@alexbdebrie3 жыл бұрын
Nope, this is all hidden from you. You can sneakily find out the number of partitions in your DynamoDB table by examining DynamoDB streams, but it shouldn't really help you much. Project to find number of partitions here: github.com/zaccharles/dynamodb-table-partitions
@RahulAhire3 жыл бұрын
@@alexbdebrie no, I'm actually talking about aws Apache keyspace - 4:33 Is it visible.
@alexbdebrie3 жыл бұрын
@@RahulAhire Ahh gotcha. No, I don't think so.
@adityashekharsingh26698 ай бұрын
nice explaination
@wacalu3 жыл бұрын
Hey in kzbin.info/www/bejne/e6Ozo5ltabeIers you say "remove partitions". Does DynamoDB actually remove partitions?
@alexbdebrie3 жыл бұрын
Good catch! They don't really tell us (we don't need to know!), but I believe DynamoDB doesn't actually remove partitions after they're created. That said, because we don't need to know, they could change that in the future if needed.