Amazon DynamoDB – a Fast and Scalable NoSQL Database Service from AWS
allthingsdistributed.com
Amazon DynamoDB – a Fast and Scalable NoSQL Database Service from AWS
1–10 of 135 posts
Re: Amazon DynamoDB – a Fast and Scalable NoSQL Database Service from AWS
#2"Amazon DynamoDB stores data on Solid State Drives (SSDs)"
This is big.
Re: Amazon DynamoDB – a Fast and Scalable NoSQL Database Service from AWS
#3From the limits page(1) I see you can only have 256 tables per account.
(1) http://docs.amazonwebservices.com/amazondynamodb/latest/deve...
Re: Amazon DynamoDB – a Fast and Scalable NoSQL Database Service from AWS
#4"Amazon DynamoDB stores data on Solid State Drives (SSDs)" This is big.
[deleted]
Re: Amazon DynamoDB – a Fast and Scalable NoSQL Database Service from AWS
#5From the limits page(1) I see you can only have 256 tables per account. (1) http://docs.amazonwebservices.com/amazondynamodb/latest/deve...
The fact that you can make composite keys should make that irrelevant.
Edit: to clarify, I think that composite keys would make your problem limited to 256 distinct applications, not, for example, 256 customers, users, etc.
Re: Amazon DynamoDB – a Fast and Scalable NoSQL Database Service from AWS
#6From the limits page(1) I see you can only have 256 tables per account. (1) http://docs.amazonwebservices.com/amazondynamodb/latest/deve...
As with all the other AWS services you can have your limits lifted upon request.
Re: Amazon DynamoDB – a Fast and Scalable NoSQL Database Service from AWS
#7While putting my data completely in the hands of another company makes me nervous, I have used s3 since its release and have had no problems. Amazons really seems to "get" developer needs. I do wish they would ease down a smidge on thier pricing in general, but otherwise I really feel about them the way I feel about google at this point.
Re: Amazon DynamoDB – a Fast and Scalable NoSQL Database Service from AWS
#8Awesome. Anybody want to sublease a 3 yr RDS reserved instance? :P
Re: Amazon DynamoDB – a Fast and Scalable NoSQL Database Service from AWS
#9Fast, Consistent, Secure & Replicated.
Game changed.
Re: Amazon DynamoDB – a Fast and Scalable NoSQL Database Service from AWS
#10Here's a brief overview comparison of DynamoDB vs. BigTable:
http://vschart.com/compare/dynamo-db/vs/bigtable
The site is also able to compare many other different databases.