So if i would for example, connect products nodes on a store node, should i 
link 100 000 product nodes direct to a store node, creating super nodes and 
less edges for example:

(product node) SHIRT -> (store node) COOL_STORE

or fragment the model and create, character nodes  between the products and 
stores with the 2 first letters to minimize the super node, creating more 
edges like this:

(product node) SHIRT -> (character node) *S *-> (character node)  *H *-> (store 
node) COOL_STORE


What would be the better approach and why in Orients data modeling and why?

-- 

--- 
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.

Reply via email to