Skip to content

Add QUERY_RECORDER_DEBUG environment variable to improve performance debugging

Stan Hu requested to merge sh-add-query-recorder-debugging into master

When doing performance optimization with QueryRecorder, it's helpful to show the stack trace of each query to understand where the query originated.

Merge request reports