Re: Getting Edges - Performance
Boxuan Li
Profiler documentation is available here: https://tinkerpop.apache.org/docs/current/reference/#profile-step
toggle quoted message
Show quoted text
Can you do
traversal.E().has("edgeID", edgeID).profile().next()
and paste the output (when you experience the slowness) here?
Best,
Boxuan
|
|