ajit-satav commented on issue #1413:
URL: https://github.com/apache/age/issues/1413#issuecomment-1836270177

   There was an issue with duplicate records inserted while creating edges. Now 
after correcting that query with 
   ```MATCH (c1:components{name:'XXXX'})-[e*1]-(c2:versions) ``` working fine. 
   
[data-1701366514145.csv](https://github.com/apache/age/files/13528029/data-1701366514145.csv)
   
    But Query with 
    ```MATCH (c1:components{name:'XXXX'})-[e*]-(c2:versions) ``` taking forever 
to execute 
    
   I have index set on id column for all tables. Is it possible and recommended 
to set additional indexes on attributes within properties? if yes could you 
please suggest to how to achieve 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