NoSQLNoSQL databases embarks a new stream of data storage in the form of Key value pair or documents. There are a number of open source NoSQL database such as MongoDB, CouchDB, Apache Cassandra to name a few. These databases are distributed in nature and provides much higher performance compared to relational databases. but they loosely adhere to the ACID properties of a relational database. It is designed to handle very large amounts of data spread out across many commodity servers while providing a highly available service with no single point of failure.
|





