Out edge of vertex is slow

When i run this below query:
"g.V().has("guid", "6203620951906330066").limit(10).out("matching").profile().toSet()"

And I see step "JanusGraphVertexStep(OUT,[matching],vertex)" take a lot of time. Is there any way to solve this?
query.txt3.74KB
Was this page helpful?