If a node is created for each item do you have suggestions on how to move that data around? uSync does it but it is really slow and it is my understanding this is due to each node being imported kicking off an examine index of the page slowing things down. Is there like a way to temp disable exame indexing while the import is happening and then turn it back on after? I am mostly concerned with getting the data into the production site. One though I had was sync all data from prod to staging, disabled exame in staging, import, then do a copy/restor of the DB to prod but I don’t know how well that would work especially with some production settings being different from staging.