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

   **Describe the bug**
   ### AGE python driver works slowly on large data
   
   **How are you accessing AGE (Command line, driver, etc.)?**
   - `PostgreSQL 12.15 on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 
11.3.0-1ubuntu
   1~22.04.1) 11.3.0, 64-bit`
   - AGE verion : `pg12`
   
   **What data setup do we need to do?**
   Nothing
   
   **What is the necessary configuration info needed?**
   - Nothing
   
   **What is the command that caused the error?**
   ```pgsql
   SELECT * 
   FROM cypher('graph_name', $$
       MATCH (v)
       RETURN v
   $$) as (v agtype);```
   ```
   ERROR:  
   - Works slowly on large data
   - AGE load data using csv used in regression test takes `2s`. But getting 
all nodes and edges takes `9m+`
   
   ```
   
   **Expected behavior**
   It shold takes within a few seconds
   - I was able to get all data with a few twisted version of cypher query 
which takes 2s. But the cypher query should take similar time
   


-- 
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