The incurred runtime from python tool (proportional to size of data being passed) seems to indicate this.
I'm not an expert, can someone tell me why it needs to be passed by copy anyway?
I have a workflow with 20million records. My tests confirm the python tool alone adds 8 minutes of runtime just passing data in and out of the tool without any calulcations.