In an article I was reading about neo4j, they suggested that this:

person -> contact_email -> contact
person -> contact_phone -> contact
...

is preferred to this:

person -> contact[property:email] -> contact
person -> contact[property:phone] -> contact

(Pay no attention to the syntax--just pseudo-syntax, where person and 
contact extend V, contact* extends E).

The second option (with properties) seems more "normal" to me, but the 
article suggests that, for neo4j at least, the first option was faster.

Any thoughts?
--Eric


-- 

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