课程: AWS for Developers: DynamoDB
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Demo: Provisioning a DynamoDB table in the AWS admin console - Amazon Web Services (AWS)教程
课程: AWS for Developers: DynamoDB
Demo: Provisioning a DynamoDB table in the AWS admin console
- [Instructor] In this video, we're going to create our DynamoDB table. Login to the AWS Management Console, and from the Find Services search we can type DynamoDB. (mouse clicking) And I'll get a big blue button that says Create Table. This table will be for our entire application. My table name is going to be BaseballStats, (keyboard typing) and my partition key is going to be TeamID 'cause we've decided that that is the best partition key to keep all my data evenly spread across the entire database. I do want to sort key, and I'm just going to call it SK, and it's going to be a string for now. And you notice we're offered the default settings; no secondary indexes, auto scaling set to 70%, five reads and five writes per second. I'm going to uncheck this, just so we can look at the options here available to us. Notice the secondary indexes, we talked about that earlier, but there's another kind of secondary index here. It's called a Local Secondary Index. And if I use the exact same…
随堂练习,边学边练
下载课堂讲义。学练结合,紧跟进度,轻松巩固知识。
内容
-
-
-
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 分钟
-
-
-
-
-