Query optimisation (CQL backend) #3000
sergei-riazanov-privitar
started this conversation in
General
Replies: 1 comment
-
Can you add the output of the profile() step? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, I'm trying to optimise the following query.
I have a collection of secondary IDs (with index on it). For each ID, I need to:
Find the vertex
Find out edges
Get data from that side of the edges.
I'm doing it with this query:
However, this query is almost as slow as if I iterate all the vertexes and query the edges for each of them sequentially. What I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions