Replies: 1 comment
-
|
A graph database, being a database, lacks the historical versionning capabilities of source code versionning like git. But git history does not scale nor give advantage for a big number of nodes where a binary compact format is required. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Short answer
A graph modelling language is a specific data format that can inform about data relations to allow indexing and bidirectional linking by a framework, which can help speed up later on filtering and search algorithms.
Data Model vs Graph Data Model
Assumptions
Beta Was this translation helpful? Give feedback.
All reactions