InterviewSolution
Saved Bookmarks
| 1. |
what is scaling in orientdb? |
|
Answer» OrientDB is a multi-master or master-less distributed architecture. OrientDB is used in different ways in different servers to get the scalability. 11. What is GRAPH MODEL in OrientDB?A graph model is a data model which is basically a network-like structure. A graph model STORES the data in the form of Vertices (Nodes) which are interconnected with the help of Arcs (Edges). The original artifacts of this graph model are the edge and vertex. Vertex – Vertex is an entity which can be connected with other Vertices and it has the following properties:
Point to be noted: Go through this Q&A very thoroughly as this is one of the essential CouchDB interview questions. |
|