Amazon Neptune · Arazzo Workflow
Amazon Neptune Gremlin Explain then Profile
Version 1.0.0
Inspect a Gremlin query's execution plan, then profile it with runtime statistics.
Provider
Workflows
gremlin-explain-profile
Explain a Gremlin traversal's plan, then profile its real execution.
Retrieves the Gremlin execution plan with explain, then profiles the same traversal so plan and runtime statistics can be compared side by side.
1
explainQuery
executeGremlinExplainQuery
Retrieve the static execution plan for the traversal without running it against the graph data.
2
profileQuery
executeGremlinProfileQuery
Run the same traversal through the profile endpoint to capture the plan together with actual runtime statistics.