Jansugraph not using index when connecting through DriverRemoteConnection #4065
Unanswered
sharma-kunal
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Looks like your second query hits the cache |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a graph in which I am using EdgeIndex defined like below,
I am running the below query on my graph,
Now, if I connect to my Janusgraph like this,
and do the
profile()
of the query,It shows that it is using edge Index
experienceEdgeByCompany
But, when I connect to my Janusgraph remotely, like
and do the profile, it does not sow the edge index
experienceEdgeByCompany
Why is the Edge Index being used in the first case and not in the second case ?
Beta Was this translation helpful? Give feedback.
All reactions