sanket-uptycs opened a new issue, #1664:
URL: https://github.com/apache/age/issues/1664
```
db > select count(*) from graphdb._ag_label_edge where properties::varchar
like '%8da31d20-daf9-42ad-bf7f-2cdcf6290001%';
count : 19126
SELECT 1
Time: 0.020s
db > SELECT * FROM cypher('graphdb', $$ MATCH ()-[r]-() WHERE r.id =
'8da31d20-daf9-42ad-bf7f-2cdcf6290001' RETURN count(r) as c $$) as (v agtype);
```
I want to know the count of edges using cypher query.
Count queries taking too long to give results.
What could be the issue?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]