pyodbc is consuming 90% of my api call time. How to optimise it? #1349
Unanswered
AjayEdupuganti
asked this question in
Q&A
Replies: 1 comment 8 replies
-
It's unlikely to be pyODBC itself, and probably waiting for the DB server. If only you'd provide more information about your environment, maybe then we might have a better idea what's going on... |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My api call time is 6seconds and this pyodbc consuming 5.5 seconds. Out of which majorly is being consumed by fetchall in cursor.
How can i optimise this?
Beta Was this translation helpful? Give feedback.
All reactions