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

404

Asran

posted on 30 Oct 18

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




AzharuddinK03-Oct-19

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

nVector11-Mar-20

you can do

USE WAREHOUSE <name>

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