AndBondStyle opened a new issue, #628:
URL: https://github.com/apache/age/issues/628

   I recently discovered your project and trying to test AGE features on my 
dataset. While importing the data, I decided to run a simple query:
   ```
   SELECT * from cypher('main', $$
           MATCH (V)-[R:similar]-(V2)
           RETURN V,R,V2
   $$) as (V agtype, R agtype, V2 agtype);
   ```
   I was quite surprised that it consistently takes 5+ minutes to execute, my 
personal best being 23 minutes (wow!)
   
![image](https://user-images.githubusercontent.com/18560701/214806433-fc74a280-d842-4585-a4b8-50e88fa08e4d.png)
   
   At the time of execution, AGE had 25k vertices and only 100 edges. Did I 
miss some optimization tips in your documentation (e.g. creating indexes)? Or 
maybe something is wrong with the query I'm trying to run?


-- 
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.apache.org

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

Reply via email to