Hi,
I'm creating a demo with orientdb. So far so good. Got some 30+ classes
with inheritance and all and one to one relationship is expressed using
link.
I have a rather complex structure to present and would need insight as to
how to structure and query it.
//product
{ name: "ProductX", type: "#15:1"
, limits:
[ { currency: "#16:1", max: 500
, limits:
[ { minX: 1, maxX: 100
, minY: 5, maxY: 500
}
]
}
]
, expenses:
[ { type: "#17:1", ... parameters
, rates:
[ { min:1, max:2, scope1: 1, scope2: 5, value: 5.2 } ]
}
]
, calculator:
{ type: "#18:1", ...
, ... some nested type
}
...
}
I'm not sure whether to split the data into different classes or use edges.
The data will not be updated often but it will be read very often as
subscriptions will be based on it.
The structure has 9 nested types.
What are the possible ways to go about it?
- there will not be more than 200 data entries
- I'm using C# with System.Data.OrientDbClient nuget package
- Just upgraded to OrientDb 2.2 beta
--
---
You received this message because you are subscribed to the Google Groups
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.