课程: AWS for Developers: DynamoDB
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Data modeling in DynamoDB - Amazon Web Services (AWS)教程
课程: AWS for Developers: DynamoDB
Data modeling in DynamoDB
- [Instructor] If you're coming from a Relational SQL database background, modeling your data to get the most out of DynamoDB requires a little shift in thinking. In this video, I'm going to tell you how to spread your data across partitions, and I'm going to explain what we mean by a cold partition or a hot partition, and why you'll get so much benefit out of understanding this. Let's look at a traditional relational database schema for capturing AtBats in a baseball game. Remember, the baseball game has teams, players, games, and every time a batter comes to the plate, that's considered an AtBat. As you can see, we have all the elements represented here to store a log of AtBats for a professional baseball game. Now you might be tempted to create four tables in DynamoDB to represent the same data, but that's not how DynamoDB works. Ideally, you should have one table for your entire application, and explain why that's going to help you, you need to understand how DynamoDB gets its…
随堂练习,边学边练
下载课堂讲义。学练结合,紧跟进度,轻松巩固知识。
内容
-
-
-
NoSQL versus relational DBs4 分钟 36 秒
-
(已锁定)
DynamoDB versus MongoDB2 分钟 8 秒
-
(已锁定)
Data modeling in DynamoDB2 分钟 57 秒
-
(已锁定)
Composite keys and sort keys4 分钟 1 秒
-
(已锁定)
Pricing and capacity planning in DynamoDB3 分钟 47 秒
-
(已锁定)
Demo: DynamoDB costs in the AWS Pricing Calculator3 分钟 57 秒
-
(已锁定)
Creating secondary indexes in DynamoDB: GSI and LSI2 分钟 37 秒
-
(已锁定)
Demo: Provisioning a DynamoDB table in the AWS admin console3 分钟
-
-
-
-
-