Amazon releases DynamoDB – Fast, Scaleable NoSQL Database for Elastic Computing
January 22, 2012

Werner Vogels, Chief Technology Officer of Amazon, has posted an article on his blog detailing the release of DynamoDB, a NoSQL database solution built from the ground up to scale in the cloud.
This is exciting for a number of reasons, not least of all because it provides a solid NoSQL platform that developers can use for elastic computing. The availability of DynamoDB means that many more developers can start building scaleable apps in the cloud without having to worry about separate database scaling and performance. Amazon have been working with NoSQL and non-relational databases for a long time, and this release represents a major step forward for developers hosting with Amazon.
According to Vogels, DynamoDB is “[A] fully managed NoSQL database service that provides fast performance at any scale.”. So now not only do we have a viable, fully supported NoSQL platform, the database layer will also be automatically scaled and managed, so latency and availability on the data end (traditionally one of the major choke points of any application’s performance) are addressed from the beginning.
Check out the original article here.
If you are planning on working with DynamoDB or have done some work with other database solutions on Amazon, share your experiences with us in the comments.





Twitter
Facebook
RSS Feed
Comment (1) | Q&A (2)
I’ve yet to find a good comparison between SQL and NoSQL databases. Does anyone know of a reliable Pros/Cons article/blog? Thanks.