I would like to know a good strategy in terms of performance how to handle 
edges (via Java API)

e.g. for  Vertex Item -> Edge TaggedAs -> Vertex Tag 

On update (e.g. triggered from a Web-application) I have to ensure data 
consistence (not to have orphans etc.).

So I read the vertex "Item" and

   - merge the tags manually (means reads edges and check if already 
   existent and so on...)
   - remove all existing edges and create new ones
   - other?    

Can you share your experience?

TIA

-- 

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