Snowflake Documentation says:
If the running query load is high or there’s queuing, consider starting a separate warehouse and moving queued queries to that warehouse.
I have the following queries:
- How do you move the queued queries to a separate Snowflake warehouse?
- Is there a SQL statement to move the queued queries? Or I have to cancel the queued queries and run them again to separate Snowflake warehouse.
Please, provide some guidance.