<div dir="ltr">Often times Snowflake has to retry a query if the execution fails due to warehouse capacity constraints. This slows overall querying process, and you end up paying 2x or more for a single execution. <div><br></div><div><div>Luckily Snowflake surfaces the root cause if the query execution had to be retried. This data is available in the query_history table in the field called query_retry_cause.</div><div><br></div><div>It is a good idea to monitor this data point, and identify patterns which lead to queries being retried on the WH. <br></div></div></div>