List the different kinds of NoSQL data stores?

devquora
devquora

Posted On: Feb 22, 2018

 

The variety of NoSQL data stores available which are widely distributed are categorized into four categories. They are: –
  1. Key value store- it is a simple data storage key system which uses keys to access different values.
  2. Column family store- it is a sparse matrix system. It uses columns and rows as keys.
  3. Graph store- it is used in case of relationships-intensive problems.
  4. Document stores- it is used for storing hierarchical data structures directly in the database.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    NoSQL Interview Questions

    What is NoSQL?

    NoSQL is a concept when the data is not connected with the relational database. It is an advanced method of database where there are no tables used to manipulate data. NoSQL is designed to support hig...

    NoSQL Interview Questions

    What do you understand by NoSQL in databases?

    The database management systems which are highly scalable and flexible are known as NoSQL databases. These databases al..

    NoSQL Interview Questions

    List some of the features of NoSQL?

    Some of the features of NoSQL are listed below: – Using NoSQL, we can store the large amount of structured, semi-stru..