Re: Count Query Optimization
hadoopmarc@...
Hi Vinayak,
Referring to you last post, what happens if you use aggregate(local, 'v') and aggregate(local, 'e'). The local modifier makes the aggregate() step lazy, which hopefully gives janusgraph more opportunity to batch the storage backend requests. https://tinkerpop.apache.org/docs/current/reference/#store-step Best wishes, Marc |
|