Hi guys :wave:, couple of questions I am still in...
# questions-and-troubleshooting
j
Hi guys 👋, couple of questions I am still intermittently getting a (no profile data) despite running the query with the following variables, I expected these to guarantee me that even a trivial query would provide a profile
Copy code
conn.execute("SET SESSION enable_profile = true")
conn.execute("SET SESSION enable_query_cache = false")
conn.execute("SET SESSION big_query_profile_threshold = 0")
conn.execute("SET SESSION pipeline_profile_level = #{profile_level}")
conn.execute("SET SESSION runtime_profile_report_interval = 0")
Moreover, is it possible to get the profile in json format through the connection for usage such as in https://fresha.github.io/northstar/?
j
Ty, will have a look into this 👍