Hi All,
I was wondering if zero copy optimization in embedded Python is applicable even for results returned inside functions that use _conn.execute("select ...") ?
Also is there something to look for in explain plan that will indicate if zero copy optimization is used or not ?
Thanks
-J