29 Jun
2016
29 Jun
'16
3:09 p.m.
Yeah, well the solution you proposed could work I guess, but the table created by this python function is very large, and the whole process would be hard to maintain. Parallel execution would really be the solution. I tried using joblib inside the embedded function to fork the process, but with no success. Do you know of some way to do it? Note: Inside the function I am using loopback queries, so if I were able to fork the process I still would need to replicate the _conn object (or open new connections, which I think is not possibile)..so yeah, there’s this other problem too… Thanks, Stefano