|
|
|
|
|
by crudbug
3422 days ago
|
|
I am using a time-series db where each metric measurement requires some static context information to be included, e.g. Event 1 happened in Device A at Node B, Location C. These static entities (A, B, C) are perfect for graph vertices. But, when I am persisting the graph on disk - I store all the data statically, No links just columns - the static entities become dimensional data. Is there a better way to this ? Ideally, we should persist the Object Graph directly without any data conversion. I see a difference in - How we compute and How we store data. |
|