课程: AWS for Developers: DynamoDB
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
DynamoDB versus MongoDB - Amazon Web Services (AWS)教程
课程: AWS for Developers: DynamoDB
DynamoDB versus MongoDB
- [Instructor] How does DynamoDB compare with MongoDB? Well let's talk about Mongo first. Mongo was founded in 2007 by engineers and executives from Google and other tech companies. And it's managed by a company called MongoDB, Inc. It is a great document database, and your project could be better suited for Dynamo or Mongo, so it's good to know the difference between the two so you can make the right choice. Number one, DynamoDB works best as a key/value store. It stores data in rows of dynamic columns. Mongo stores data in documents inside of collections. A document can be up to 16 megabytes in size, where a row in DynamoDB caps out at about 400k. So that's important to know. DynamoDB has limited scalar types. Numbers, strings, Booleans. Anything more complicated needs to be saved as a string and then converted in your code. Mongo supports date, timestamp and more advanced fields. You may or may not need this, and this may or may not be important to you, but that's a decision you'll…
随堂练习,边学边练
下载课堂讲义。学练结合,紧跟进度,轻松巩固知识。
内容
-
-
-
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 分钟
-
-
-
-
-