How can the Query Profile be used to identify the costliest operator of a query?
How can the Query Profile be used to identify the costliest operator of a query?
To identify the costliest operator of a query using the Query Profile, find the operator node with the highest fraction of time or percentage of total time. This approach will highlight the nodes that have the most significant impact on query performance, helping to pinpoint bottlenecks and areas for optimization.
B is correct https://docs.snowflake.com/en/user-guide/ui-query-profile
Answer B : Operator Nodes by Execution Time: A collapsible panel in the operator tree pane lists nodes by execution time in descending order, enabling users to quickly locate the costliest operator nodes in terms of execution time. The panel lists all nodes that lasted for 1% or longer of the total execution time of the query (or the execution time for the displayed query step, if the query was executed in multiple processing steps). https://docs.snowflake.com/en/user-guide/ui-query-profile