Amazon Neptune · Arazzo Workflow
Amazon Neptune openCypher Explain then Execute
Version 1.0.0
Inspect an openCypher query's execution plan, then run it for real.
Provider
Workflows
opencypher-explain-execute
Explain an openCypher query's plan, then execute the same query.
Retrieves the openCypher execution plan with the requested explain mode, then runs the query so plan and result can be compared.
1
explainQuery
executeOpenCypherExplainQuery
Retrieve the execution plan for the query in the requested explain mode without running it against the graph data.
2
runQuery
executeOpenCypherQuery
Execute the same openCypher query and capture the result rows.