How to choose the right Virtual Warehouse size in Snowflake for your workload

404

Asran

posted on

Enjoy great content like this and a lot more !

Signup for a free account to write a post / comment / upvote posts. Its simple and takes less than 5 seconds




Is it possible to specify in the query itself that if it is complex use Warehouse as XL and if it is simple using XS... something of this sort

you can do

USE WAREHOUSE <name>

from SQL to select a warehouse for the query to execute against