What is a Graph Database ?
● A graph is an ordered pair G = ( V, E ) where
○ V = set of vertices or nodes and
○ E = set of edges, which are 2-element
subsets of V
● A graph database is the system that helps us
store and retrieve our data in graph structure
format.
● It is optimized for the dataset that exhibits
variety of relationships and these
relationships are important for the workload.