jrgemignani commented on issue #628:
URL: https://github.com/apache/age/issues/628#issuecomment-1405341701

   @AndBondStyle Could you try this command variation?
   
   ```
   SELECT * from cypher('main', $$
           MATCH (V)-[R:similar*1..1]-(V2)
           RETURN V,R,V2
   $$) as (V agtype, R agtype, V2 agtype);
   ```
   
   Does it help? Does it take as long? What is the EXPLAIN ANALYZE dump for it?


-- 
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: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to