I have 500 nodes each of which gonna has a relationship to a specific node. Performance wise, Is it better to find all 500 nodes and create all relationships in one query or do it separately?
From my tests I can tell doing it in one query seems to be quicker, but I don't know in case of an error, how to find where the query broke and which parts are done.