Are there any performance differences running these to queries? Assuming the label always staying the same will the query planner perform nearly identical because the Statement get translated internaly to nearly the same?
UNWIND {batch} as row
CREATE...