Paxxxxxv-Dmitry opened a new issue #195:
URL: https://github.com/apache/incubator-age/issues/195


   Hello, 
   
   a database - 1.5 millions vertices and  1.2 millions edges.
   Query runtime:
   [*..4]. Total query runtime: 7 secs. 
   [*..5]. Total query runtime: 3 min 30 secs. 
   [*..6]. Total query runtime: ~7 min. 
   ...
   [*..10]. It is stuck forever.
   
   It works very slowly. Do you have any idea how to debug this?
   
   `SELECT * FROM cypher('graph', $$
   MATCH (z:type1)-[*..4]->(b:type2 {id: 'CI02597329'})
   RETURN z.id
   $$) as (id 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: dev-unsubscr...@age.apache.org

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


Reply via email to