Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Sep 23, 2023
1 parent a52f2d4 commit 14c99a2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions admin/warehouse_setup.sql
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ CREATE WAREHOUSE IF NOT EXISTS compute_small
AUTO_RESUME = TRUE
INITIALLY_SUSPENDED = TRUE;

CREATE WAREHOUSE IF NOT EXISTS compute_wh
WAREHOUSE_TYPE = STANDARD
WAREHOUSE_SIZE = XSMALL
AUTO_SUSPEND = 90
AUTO_RESUME = TRUE
INITIALLY_SUSPENDED = TRUE;

CREATE WAREHOUSE IF NOT EXISTS recover_xsmall
WAREHOUSE_TYPE = STANDARD
WAREHOUSE_SIZE = XSMALL
Expand All @@ -42,3 +35,10 @@ CREATE WAREHOUSE IF NOT EXISTS tableau
AUTO_SUSPEND = 300
AUTO_RESUME = TRUE
INITIALLY_SUSPENDED = TRUE;

-- CREATE WAREHOUSE IF NOT EXISTS compute_wh
-- WAREHOUSE_TYPE = STANDARD
-- WAREHOUSE_SIZE = XSMALL
-- AUTO_SUSPEND = 90
-- AUTO_RESUME = TRUE
-- INITIALLY_SUSPENDED = TRUE;

0 comments on commit 14c99a2

Please sign in to comment.