You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to be able to automatically time, print, and potentially EXPLAIN queries running in production or testing to aid debugging. I think it should be easy to add a part of the json response. It's currently possible to enable query debugging with an env variable (QUERY_DEBUG) which will dump the query and execution time, expand upon this.
The text was updated successfully, but these errors were encountered:
It would be good to be able to automatically time, print, and potentially
EXPLAIN
queries running in production or testing to aid debugging. I think it should be easy to add a part of the json response. It's currently possible to enable query debugging with an env variable (QUERY_DEBUG
) which will dump the query and execution time, expand upon this.The text was updated successfully, but these errors were encountered: