ajit-satav commented on issue #1413:
URL: https://github.com/apache/age/issues/1413#issuecomment-1829871947
Sharing dataset will be difficult. But I have observed that queries similar
to below start breaking when we have larger number of edges e.g. over 2 million
SELECT *
FROM cypher('demo', $$
MATCH (a:Employee{name:'xxxx'})-[*]-(b)
RETURN a
$$) as (a 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]