PROFILE
Execute with per-operator microsecond timing. Returns results plus performance breakdown for each stage.
Syntax#
PROFILE <any query>Example#
PROFILE MATCH (n:Person) WHERE n.age > 25 RETURN n.name ORDER BY n.ageReturns the query results plus microsecond timing for scan, filter, project, and sort stages.
See Also#
- EXPLAIN — show plan without executing
Try it
Open ↗⌘↵ to run
Loading engine…