Help with understanding higher than expected query results times #2521
-
Hey, we've been trying to run Janusgraph in front of scylla, and we did an extremely simple test where we inserted 1001 nodes and 1000 edges, using the following schema:
Now, what we've done is we've inserted 1 Our goal is to determine how fast we can get all the properties for all 1000 We'd appreciate any help or input whether what we're trying to do is achievable. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
2 seconds sound too long. Can you add profile() step to the end of your query and paste the result together with your query here? UPDATE: Try enabling query.batch: https://docs.janusgraph.org/basics/configuration-reference/#query |
Beta Was this translation helpful? Give feedback.
2 seconds sound too long. Can you add profile() step to the end of your query and paste the result together with your query here?
UPDATE: Try enabling query.batch: https://docs.janusgraph.org/basics/configuration-reference/#query