亚马逊S3或DynamoDB [英] Amazon S3 or DynamoDB

查看:751
本文介绍了亚马逊S3或DynamoDB的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我期待使用亚马逊网络服务(S3和DynamoDB)。目前,我创建一个Android应用程序,否则可能需要我来存储用户信息注册/登录,和用户生成的内容,如图片,排序,日期和时间..串等。

I am looking to use the Amazon Web Services (S3 and DynamoDB). Currently I am creating an Android App that would otherwise require me to store User Information for registration/log in, and User generated content such as pictures, strings of sorts, dates and times.. etc.

有没有人有这两个服务的任何经验,这对将是理想的我现在的应用程序。我相信亚马逊S3只是主要只是为了存储文件/图像,我不相信它要求多用户交互,但我可能失去了一些东西。

Has anyone had any experience with these 2 services and which on would be ideal for my current application. I believe the Amazon S3 is just primarily just to store files/images and I don't believe it calls for multiple user interaction but I may be missing something.

任何意见将是巨大的,谢谢!

Any advice would be great, thank you!

推荐答案

最有可能的,他们都没有将(单)的解决方案。你很可能会同时使用,但你应该也考虑<一个href="http://aws.amazon.com/dynamodb/faqs/#When_should_I_use_Amazon_DynamoDB_vs_a_relational_database_engine_on_Amazon_RDS_or_Amazon_EC2"相对=nofollow> RDS针对DynamoDB 的自DynamoDB是一个数据库,但不是关系数据库中,并且只收录在主键

Most likely, neither of them will be "the" (single) solution. You very well might use both, although you should probably also consider RDS against DynamoDB since DynamoDB is a database, but not a relational database, and is only indexed on the primary key.

DynamoDB常见问题解答

问:什么时候应该使用亚马逊DynamoDB VS亚马逊S3

亚马逊DynamoDB存储结构化数据,通过主键索引,并允许低延迟读取和写入访问的项目,从1个字节至64KB。亚马逊S3存储非结构化BLOB和适合存储大对象最多5 TB。为了优化在AWS服务上,大型物件或不常访问的数据集的费用应存储在Amazon S3中,而较小的数据元素或文件指针(可能指向Amazon S3对象)最好保存在亚马逊DynamoDB。

Amazon DynamoDB stores structured data, indexed by primary key, and allows low latency read and write access to items ranging from 1 byte up to 64KB. Amazon S3 stores unstructured blobs and suited for storing large objects up to 5 TB. In order to optimize your costs across AWS services, large objects or infrequently accessed data sets should be stored in Amazon S3, while smaller data elements or file pointers (possibly to Amazon S3 objects) are best saved in Amazon DynamoDB.

&mdash;的http://aws.amazon.com/dynamodb/faqs/#When_should_I_use_Amazon_DynamoDB_vs_Amazon_S3

这篇关于亚马逊S3或DynamoDB的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆