Jacopo Gobbi
06/24/2026, 12:22 PMconn.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/?Евгений Шишкин
06/24/2026, 12:24 PMJacopo Gobbi
06/24/2026, 12:25 PM