Re: Query Optimisation


hadoopmarc@...
 

Hi Vinayak,

What happens with a single clause, so without the union:

g.V().has('property1', 'vertex3').outE().has('property1', 'edge3').inV().has('property1', 'vertex2').limit(100).path().toList()

Best wishes,    Marc

Join {janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.