When importing a CYPHER with nodes and relationships from another graph into desktop neo4j. This takes forever.

Did I export the CYPHER wrongly, and if so, how is the fastest way to export CYPHER and import CYPHER again in another database. Please note: this is from AuraDB to localDB
@villadsclaes2
are you able to share the complete UNWIND statement. and if required you can hide the properties of the UNWIND but I'm interested to now of what is down after the UNWIND. Presumably your statement is similar to
UNWIND ..... AS x match ( ..... ....... ) create ( ....... ......) ;
can you share the complete cypher statement.