Amazon Web Services launched DynamoDB, as an NoSQL database designed for Internet scale web applications. The announcement is interesting for a couple of reasons. First, AWS’s database services provide reasonably priced, highly-available database services delivered on fast storage architecture based on Solid State Drives (SSD). At $1 per month for a gigabyte of SSD...
NoSQL (Not only SQL) is a broad class of database management systems that differ from the classic model of the relational database management system (RDBMS) in some significant ways. These data stores may not require fixed table schemas, typically refers as structured storage. The top five advantages of NoSQL databases is as follows. 1)Elastic...