December 17, 2007 10:35 PM
Amazon Launches Database-as-a-Service
Amazon.com has launched a new Web service for running queries on structured data; SimpleDB. Similar to what it has successfully done with online book buying service, Amazon is hoping to achieve the same with database service.
The Amazon SimpleDB offers the same core functionality of a database such as real-time lookup and simple querying of structured data. The big difference is that it eliminates the operational complexity of how an operational database works.
The Amazon SimpleDB does not require schema and it automatically indexes data aside from providing simple API for data storage and access.
To create and store multiple datasets which enables users to query data easily, the Amazon SimpleDB offers a simple web services interface to carry out these tasks.
When users create a simpleDB, they can organize their structured data into domains and run queries across all of the data stored in particular domain. SimpleDB running on a domain can be viewed as a traditional spreadsheet database table. Domain items are the rows of data, its attributes are the column headers and the values are the data entered in each of the table cells.
Among the highlights of the SimpleDB are:



Leave a comment