Auto-suspend and Auto-resume in Snowflake Warehouse
📖 Scenario: You manage a Snowflake data warehouse that runs queries for your team. To save costs, you want the warehouse to automatically suspend when idle and automatically resume when queries start.
🎯 Goal: Configure a Snowflake warehouse with auto-suspend set to 300 seconds and auto-resume enabled.
📋 What You'll Learn
Create a warehouse named
my_warehouse with size XSMALLSet
AUTO_SUSPEND to 300 secondsEnable
AUTO_RESUMEUse valid Snowflake SQL syntax for warehouse creation and alteration
💡 Why This Matters
🌍 Real World
Auto-suspend and auto-resume help control costs by stopping compute when not in use and starting it when needed automatically.
💼 Career
Cloud engineers and data analysts use these settings to optimize Snowflake warehouse usage and reduce cloud expenses.
Progress0 / 4 steps