Hello, I'm reading a lot of documents for TinkerPop Frames and Gremlin and 
still many things are unclear to me.
Let's say we have two users, User1 -> follows -> User2, which is the best 
method to delete the edge without deleting User2? 
As far as I can see there are two options. First is to use the @Incidence 
annotation and somehow to find the exact EdgeFrame between the User1 and 
User2 which is I think kind of stupid and slow operation, the second one is 
to use the @GremlinGroovy expression to delete the edge between the current 
user (User1) and the given one (User2) but i have no idea how this would 
happen. Any help, opinions and comments will be appreciate. 


PS: Please give me some good materials to read because tbh there is almost 
nothing particular and serious as information in the net, I've spent 2 
weeks just to make the basic interfaces for abstracting over the graph and 
tinkerpop and generating an appropirate DB Schema using my custom 
generator, and it's going damn slow without good book :'(

Thank you and have a great day,

Kamen

-- 

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