>
> t becomes very slow or it never ends.
>
If I should be doing gremlin, upon learning gremlin, the query should be 
like this(Hopefully this is correct. Hehehe! I just learned it for 2 hours 
now) .

g.v(172086).as('seller').outE('Seller').inV('SalesRelation').outE('Buyer').inV('Company').as('buyer').loop('seller'){it.outE('Seller').count()
 
> 0}.table(result, ['seller','buyer'])
UNION
g.v(172086).as('rootTopic').outE('Buyer').inV('SalesRelation').outE('Seller').inV('Company').as('seller').table(result,
 
['rootTopic','seller'])

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" 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