Examples of NoSQL architecture

Examples of NoSQL architecture



-Key-value: in a key-value NoSQL database, all of the data within consists of an indexed key and a value. Cassandra, DynamoDB
-Column-based: designed for storing data tables as sections of columns of data rather than as rows of data. HBase, SAP HANA
-Document Database: map a key to some document that contains structured information. The key is used to retrieve the document. MongoDB, CouchDB
-Graph Database: designed for data whose relations are well-represented as a graph and has elements which are interconnected, with an undetermined number of relations between them. Polyglot Neo4J

Popular posts from this blog

After analyzing the model, your manager has informed that your regression model is suffering from multicollinearity. How would you check if he's true? Without losing any information, can you still build a better model?

Is rotation necessary in PCA? If yes, Why? What will happen if you don't rotate the components?

What does Latency mean?