Skip to content

Instantly share code, notes, and snippets.

@silvestrelosada
Created September 27, 2016 16:25
Show Gist options
  • Save silvestrelosada/9f91bbb94da01b0c3c57494e7b4bd973 to your computer and use it in GitHub Desktop.
Save silvestrelosada/9f91bbb94da01b0c3c57494e7b4bd973 to your computer and use it in GitHub Desktop.
{
"plan": {
"root": {
"operatorType": "ProduceResults",
"runtime-impl": "INTERPRETED",
"planner-impl": "IDP",
"DbHits": 0,
"Rows": 1,
"version": "CYPHER 3.0",
"KeyNames": "shortestPath, totalWeight",
"EstimatedRows": 1,
"planner": "COST",
"runtime": "INTERPRETED",
"identifiers": ["shortestPath"],
"children": [{
"operatorType": "Projection",
"LegacyExpression": "length({ AUTOLIST2})",
"EstimatedRows": 1,
"Rows": 1,
"DbHits": 0,
"identifiers": ["serie1", "shortestPath", "p", "serie2", "EDGE"],
"children": [{
"operatorType": "ShortestPath",
"EstimatedRows": 1,
"Rows": 1,
"DbHits": 2,
"identifiers": ["EDGE", "p", "serie1", "serie2"],
"children": [{
"operatorType": "CartesianProduct",
"EstimatedRows": 1,
"Rows": 1,
"DbHits": 0,
"identifiers": ["serie1", "serie2"],
"children": [{
"operatorType": "NodeIndexSeek",
"Index": ":Serie(serie_id)",
"EstimatedRows": 1,
"Rows": 1,
"DbHits": 2,
"identifiers": ["serie1"],
"children": []
}, {
"operatorType": "NodeIndexSeek",
"Index": ":Serie(serie_id)",
"EstimatedRows": 1,
"Rows": 1,
"DbHits": 2,
"identifiers": ["serie2"],
"children": []
}]
}]
}]
}]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment