lidavidm commented on issue #2040:
URL: https://github.com/apache/arrow-adbc/issues/2040#issuecomment-2303360593

   > That said, those are 2 separate calls in Python. So maybe the Python side 
could also be logged.
   
   So specifically, you can explicitly call `stmt.adbc_prepare(query)` before 
calling `stmt.execute`. That'll let you log/time those calls separately, and we 
can try to narrow down where the extra 30 minutes is coming from. 
   
   I think to avoid the prepared statement, you'd have to drop down to the raw 
API. We could add a config option or something to control this instead...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to