logo
logo
Sign in

Types of NoSQL Databases

avatar
lavanya s
Types of NoSQL Databases


1) Key-Value Storage: Stores the dataset in key and value format consisting of big hash table of keys and values.
Ex: Amazon DynamoDB

2) Column Based Store: In this case, each storage block contains data from only one column.
Ex: Cassandra, HBase

3) Document-Based Storage: It stores up a document where data made of tag elements.
Ex: MongoDB, CouchDB

4) Graph-Based Storage: In this case, a network database uses edges and nodes to represent and store the data.

collect
0
avatar
lavanya s
guide
Zupyak is the world’s largest content marketing community, with over 400 000 members and 3 million articles. Explore and get your content discovered.
Read more