What are the pros and cons of DynamoDB with respect to other NoSQL databases?

后端 未结 8 1026
不知归路
不知归路 2021-01-30 12:57

We use MongoDB database add-on on Heroku for our SaaS product. Now that Amazon launched DynamoDB, a cloud database service, I was wondering how that changes the NoSQL offerings

8条回答
  •  再見小時候
    2021-01-30 14:01

    I think one of the key differences between DynamoDB and other NoSQL offerings is the provisioned throughput - you pay for a specific throughput level on a table and provided you keep your data well-partitioned you can always expect that throughput to be met. So as your application load grows you can scale up and keep you performance more-or-less constant.

提交回复
热议问题