The most popular and comprehensive Open Source ECM platform
SaaS: Different Flavor For Cloud Databases
Relational databases have become a standard component for many applications. But they may become a thing of the past with cloud-based computing. Vendors are offering databases in the clouds, but the first generation of cloud databases, rather than being relational, are based on key/value lookups.
Relational databases are designed to achieve characteristics like simplicity, robustness, flexibility, performance, scalability, and compatibility. But to achieve an acceptable level in all of these areas, some compromises between the competing goals are needed. The result is not the most scalable, or the most flexible, but some happy medium that is tuned to achieve satisfactory to good behavior in all areas.
But now, in the cloud, scalability is often the most desirable characteristic. Today’s web based application need to be agile and to scale up and down on very little notice. And Relational databases often become a bottleneck in that scalability.
An alternative that many developers are now turning to are key/value databases. These type of databases are particularly good for applications that have the following characteristics:
– Data stored is ‘document-oriented’
– The application software is object-oriented
– The data store is very cheap
– The highest priority is scalability













