Hi all,
I am trying to increase my import speed and at the same time avoid duplicate nodes. Since MERGE is slower than CREATE, I thought it might be useful to simply CREATE nodes while having a UNIQUE constraint in place. This obviously comes with a ...