Тёмный

Tables, Items, and Attributes - Amazon DynamoDB Core Concepts | Amazon Web Services 

Amazon Web Services
Подписаться 752 тыс.
Просмотров 24 тыс.
50% 1

In this quick video, explore the basic building blocks of Amazon DynamoDB, table, items, attributes, and primary keys. You’ll learn what they are, why they matter in DynamoDB, and how to use them effectively to get going quickly with DynamoDB.
For more in-depth information on these concepts, read the DynamoDB documentation on this topic: go.aws/3bueXZQ
Scan operations in DynamoDB: go.aws/3OPRXCu
Query operations in DynamoDB: go.aws/3vwZRtq
Working with item collections: go.aws/3QbU7NL
Subscribe:
More AWS videos - bit.ly/2O3zS75
More AWS events videos - bit.ly/316g9t4
ABOUT AWS
Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform, offering over 200 fully featured services from data centers globally. Millions of customers - including the fastest-growing startups, largest enterprises, and leading government agencies - are using AWS to lower costs, become more agile, and innovate faster.
#AWSDemos #DynamoDB #Database #NoSQL #CloudDatabase #AWS #AmazonWebServices #CloudComputing

Наука

Опубликовано:

 

25 июн 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 26   
@mujahid509
@mujahid509 4 месяца назад
Was the best and simplest explanation I could find about the PK,SK and how data is stored on DynamoDB..Loved it..Thanks for the video..Looking for more.
@amazonwebservices
@amazonwebservices 4 месяца назад
It's our pleasure!😃 Really glad you loved it & found it insightful! 🙌 🤩
@FilDoyon
@FilDoyon 10 месяцев назад
Thank you so much , I'm currently following the learning path on AWS skill builder to pass my AWS Developer Associate Certification exam, but the course I'm doing right now in Skill Builder is a mess.... only text.... hours and hours of text... you can't even imagine. I was looking for a video to explain the terminology and concepts of DynamoDB and you totally nailed it man!! Thanks so much, this is now clear for me and I now understand what the messy and really badly done AWS courses was trying to explain to me.
@awssupport
@awssupport 10 месяцев назад
So glad to hear you enjoyed this content, Fil. Best of luck on your certification exam! 🎉 ^RN
@BeABetterDev
@BeABetterDev Год назад
Thanks Kirk!
@martyoneill3468
@martyoneill3468 8 месяцев назад
no worries !
@Razdvatrichetyre5754
@Razdvatrichetyre5754 Год назад
Thank you very much for the video!
@NoSQLKnowHow
@NoSQLKnowHow Год назад
You're very welcome!
@neviswarren
@neviswarren 8 месяцев назад
Excellent overview. Thank you.
@amazonwebservices
@amazonwebservices 8 месяцев назад
It's our pleasure! 😀
@Aki-ev6zk
@Aki-ev6zk 9 месяцев назад
Really great explanation!
@amazonwebservices
@amazonwebservices 9 месяцев назад
Thanks! 🙌
@jakehorvath9001
@jakehorvath9001 2 месяца назад
Lovely explanation. Thank you very much.
@amazonwebservices
@amazonwebservices 2 месяца назад
Glad you liked it! 😍 🤝 ☁️
@Oscar-vd4cv
@Oscar-vd4cv Год назад
Thanks, this is really good
@awssupport
@awssupport Год назад
Thanks for that feedback, Oscar. 😊 Glad you enjoyed the video. ❤️ ^KS
@SqlWithPrashant
@SqlWithPrashant Год назад
Hi how i can filter a nested map data , any practical demo
@isaquemoura7759
@isaquemoura7759 Год назад
hint -> the english speaking would be a litte bit slow and clear, to make it ieasier to non-native english speakers .
@ducthinh2412
@ducthinh2412 Год назад
You can change the playback speed to .75 of .5
@ogcontraband
@ogcontraband 8 месяцев назад
DnyamoDB is the weakest thing ever, even storage blobs are better. First there is no way to sort unless you want to sort by the key - you have to pull back every record and sort on the client browser. I'm pissed there is no way to add a 'column' once records are written. I'm about to delete all players data so I can add more features. I now wish I would have just made it a key and 'json' string field that would have been better at least I could add attributes
@awssupport
@awssupport 8 месяцев назад
Thanks for bringing this to our attention! 👍We've submitted your feedback to the DynamoDB team. We're always looking to improve, so please share your thoughts and comments with us: go.aws/feedback. 📣 ^RW
@awssupport
@awssupport 7 месяцев назад
Thanks for your patience while I worked on this for you! 😊 I reached out to our Service team and they advised that the best way to get all the details on your request would be via a Support case. You can open one here: go.aws/support-center. You can also share feedback with us here: go.aws/feedback. 📣 ^RW
@tommyls4357
@tommyls4357 Год назад
Sorry to say, but explaining difficult concepts in a way that a newbie can understand is a skill, which this person lacks. The whole example about using inventory and weapons was hard to follow. Maybe presenter is a gamer himself, so he knows what's going on. But it went over my head.
@kddllkzkdkdk4820
@kddllkzkdkdk4820 7 месяцев назад
Hey Tommy! I will not swear on it but he mentioned that he uses double colons because nothing else uses it. So for me it sounds like it’s done to distinguish things easier. So you know like partition key that armour and weapons share the same parent “inventory”. In C++ you use double colons to access the class definitions method. As I mentioned above I will not swear on it. Although I will suggest that in the near future when you encounter such situation again, it would be more beneficent to both you and the teacher to present your obstacles in a clear way. Perhaps there are more people struggling with this concept and would be appreciated by them if you bring it up. Also, your opinion is quite subjective and one cannot demand that everyone can please your way of learning. Sincerely, Dani
@NoSQLKnowHow
@NoSQLKnowHow 7 месяцев назад
@tommyls4357 Sorry, you feel this way. I was trying to show with the inventory the concepts that I had gone over prior to that, but in a more concrete way. The inventory could have been anything, really. Groceries, clothing, whatever. What I wanted to show specifically was a one-to-many relationship in DynamoDB, that all of the inventory related to the one user, and could be done in a very scalable way in DynamoDB. That the answers to the questions commonly asked are pre-computed to what was needed in the game example.
@NoSQLKnowHow
@NoSQLKnowHow 7 месяцев назад
@@kddllkzkdkdk4820 Yes, the double colon is a delineator. Therefore in the DynamoDB API, I could in my app concatenate strings, delineated by the double colon, to piece together the partition key or sort key of the item and therefore not have to SCAN for what I am looking for. I want to pull back just the information the app needs, when it needs it, and nothing more so I am not wasting bytes considering how DynamoDB charges for data. It is super efficient this way, both in terms of performance and in cost. With the DDB API, I could use the QUERY operation and a begins_with() to get just the items I needed "object_type1::sub_object_type::more_data" Therefore I could get all objects that begin with "object_type1::sub_object_type::" that are assigned to user XYZ and this scales REALLY well in DynamoDB.
Далее
DynamoDB Scan vs Query - The Things You Need To Know
11:05
Monster shops mini mart 👻🛒 #shorts
00:49
Просмотров 7 млн
когда повзрослела // EVA mash
00:40
Просмотров 167 тыс.
Data Modeling in the Modern Data Stack
10:14
Просмотров 92 тыс.
How do NoSQL databases work? Simply Explained!
7:38
Gizli Apple Watch Özelliği😱
0:14
Просмотров 3,6 млн
Main filter..
0:15
Просмотров 10 млн
Развод с OZON - ноутбук за 2875₽
17:48
Купил этот ваш VR.
37:21
Просмотров 295 тыс.