Re: Query Optimisation
Vinayak Bali
Hi Marc, I am using the following query now. g2.inject(1).union( V().has('property1', 'V1').aggregate('v1').outE().has('property1', 'E1').limit(100).aggregate('e').inV().has('property2', 'V2').aggregate('v2') ).project('v1','e','v2').by(valueMap().by(unfold())) But this only returns the elements of V2. No V1 and E1 attributes are returned. Can you please check ?? Thanks & Regards, Vinayak On Mon, May 10, 2021 at 8:13 PM <hadoopmarc@...> wrote: Hi Vinayak, |
|