Hello,
I'm writing this post to see if people out there have similar thoughts or comments.
It seems like the processing time has increased in importing data in Neo4j version 5.3.x. With Neo4j version 4.4.x, it only a couple of minutes in creating graph databases while taking into account all the necessary precautions with node constraints and efficient MATCH/MERGE queries.
I rewrote the deprecated queries in version 4.4.x to import data so that they use the updated syntax and everything seems to be running slower in version 5.3.x. This change in particular with uploading data seems to running a lot slower (dataset that took minutes to upload now takes 30 minutes):
Here's a list of the changes in syntax:
https://neo4j.com/docs/cypher-manual/current/deprecations-additions-removals-compatibility/
Anyone else out there with a similar experience?
Thanks