Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
12-18-2021 09:35 PM
If we define a pattern as a cypher query and run it against a large neo4j database (with many million nodes), will it necessarily return all matching results or not? I.e., does neo4j use approximation algorithms to reduce the time complexity of executing queries and thus sacrifice completeness?
Solved! Go to Solution.
12-19-2021 07:23 AM
Hi @shayantest2 - Pattern matching in neo4j is exact to what is in your cypher query. The MATCH clause will return all results that match exactly to the cypher pattern. The MERGE either matches existing nodes and binds them, or it creates new data and binds that. Hope this helps!
12-19-2021 07:23 AM
Hi @shayantest2 - Pattern matching in neo4j is exact to what is in your cypher query. The MATCH clause will return all results that match exactly to the cypher pattern. The MERGE either matches existing nodes and binds them, or it creates new data and binds that. Hope this helps!
All the sessions of the conference are now available online