Goal: understanding of where exactly the time is being spent when executing queries (e.g. in Hue database, in interpreter, RPC call to warehouse...)
Track:
Would need to inject:
When starting a new query or sessions:
and propagating by adding them to check_status, fetch_result, close_statement, close_sessions.
Notes: