jrgemignani commented on issue #1555:
URL: https://github.com/apache/age/issues/1555#issuecomment-1928518817
@MatheusFarias03 To find the correct query plan for Cypher, prefix the
Cypher command, inside the `cypher()` function call with EXPLAIN. Something
like -
`SELECT * FROM cypher('xyz', $$ EXPLAIN MATCH (u) RETURN u $$) AS (node
agtype)`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]