Snowflake snippets

How you can resize a warehouse in Snowflake

The easiest way to resize a warehouse is to execute a query like the following

ALTER WAREHOUSE MY_WAREHOUSE_NAME SET WAREHOUSE_SIZE=XSmall;
Snowflake snippet 37

Nicola Simboli

Nicola Simboli Senior Analytics Engineer

15+ years across SaaS, enterprise and consulting. Focused on scalable data platforms, metric reliability and analytics systems that teams actually use.

Back to Snowflake cookbook page