-
-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Milestone
Description
This is a feature request for a visualization of a PROFILE (SQL) query in the studio tool via flame-graph.
The idea is to add a tab to the query page which shows a flame-graph of a query. This may mean that a query needs to be wrapped in a PROFILE statement and resend to the server. The server JSON response then needs to be transformed such that the timings and their labels can be used to create a flame-graph.
Various projects used flame-graphs for SQL profiling, so these links maybe useful:
Reactions are currently unavailable