2 3 5 6 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

NoSQL

NoSQLNot only SQL

(NoSQL) databases belong to a group of Non-Relational Database Management Systems. These databases have no predefined schema for data stores. They are designed for large scale web systems. Popular types of NoSQL databases can be classified into four types;

  1. Key-Value stores E.g. Apache Cassandra
  2. Document stores E.g. CouchDB
  3. Wide column stores E.g. HBase
  4. Graph databases E.g. Neo4j

 

Related Entries

Spread the word: