Ask HN: Is this a good design to store history of a graph in graph databases? Say, I have following relation:
And I store history of a node, say `node A`, as follows:
Is this a good approach to store history of a node in a graph database? What are the better ways to do this?Also, how do I store the history of the relation/edge `relation AB`? Is it same as the node? |