Scale Up Size
The size the Snowflake Warehouse can be scaled up to.
Options: XSMALL, SMALL, MEDIUM, LARGE, XLARGE, XXLARGE, XXXLARGE, X4LARGE
The value is applied by the ALTER WAREHOUSE ... SET WAREHOUSE_SIZE statement generated at the start of each batch when Scale Up is enabled. The value can be overridden per batch through a Settings override.
When to Change This Setting
Choose a larger size for heavy loads that benefit from more compute, and a smaller size for light workloads to limit credit consumption.
Related Settings
| Setting | Interaction |
|---|---|
| Scale Up | Enables the start-of-batch resize that uses this size |
| Scale Down Size | The size applied at the end of the batch |
Notes
- This setting is part of the Snowflake settings category.
- The default value for this setting is
MEDIUM.