Is it safe to hold on to a Node object and share it across threads?  In
particular, in order to speed up some common traversals, we were thinking of
maintaining references to the "root" nodes of a few important subgraphs in
our Neo instance.  If it isn't OK to do so, I would guess that it is safe to
keep the NodeID and use getNodeByID to get a reference.  Just curious if
there are any advantages/risks to one approach or the other.

 

_______________________________________________
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to