Composite Index not being used in query #4042
Unanswered
sharma-kunal
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have my Janusgraph Schema defined as below,
Now,
Vertex Properties,
and I have composite index defined as below,
Now, when I run the query,
It returns me the correct output, with index
seeker_p_uuid
being used.When I run the query
It again works fine and returns me the index being used,
seeker_company
But when I run the query like below,
It returns me the output,
As per the output, it only scans the index
seeker_p_uuid
, is it not scanningseeker_company
index ? If not, then what am I doing wrong here ?Beta Was this translation helpful? Give feedback.
All reactions