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
Performance issues with ORMs can be hard to debug, we should add an option to log generated SQL queries.
Suggested solution
Don't know how this would be implemented as it seems like we'd have to spawn a new thread to capture and then filter the output from the query engine as the query engine logs contain a lot of noise that we don't want to send to users.
The text was updated successfully, but these errors were encountered:
I have actually already added support for this but it's undocumented as I haven't figured out the difficult part yet which is how to properly filter the query engine stdout logs as there is a lot of noise.
Problem
Performance issues with ORMs can be hard to debug, we should add an option to log generated SQL queries.
Suggested solution
Don't know how this would be implemented as it seems like we'd have to spawn a new thread to capture and then filter the output from the query engine as the query engine logs contain a lot of noise that we don't want to send to users.
The text was updated successfully, but these errors were encountered: