Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
05-23-2022 02:17 AM
I use the cypher like:
CALL gds.graph.create.cypher(
'mygraph',
'MATCH (n) RETURN id(n) AS id',
'MATCH (n)-[r]->(m) RETURN id(n) AS s, r.cost as cost, id(m) AS t'
);
to generate a new graph with name of mygraph, but it run an unexpected time(like more than 2 hours in a small graph with only 3000 nodes).
What happened on it? what is the normal performance of create graph cypher?
Anyone has more information? Thanks!
All the sessions of the conference are now available online