Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

snowflakeの注意事項

Last updated at Posted at 2024-10-31

自動サスペンドするまでのコスト

各ウエアハウスは自動でサスペンドする設定があるが、XSで10分で自動サスペンドにしている場合、サスペンドするまでの10分間、何もしていなくてもクレジットが計上されるので注意。(XS を使ってても地味に金額いくので気をサスペンドまでの時間は短くてよいと思う。

ただ、サスペンドからレジュームした場合、最低60秒分のクレジットが計上されるので、やたらサスペンドすればいいわけでもない部分にも注意が必要。

-- サスペンドとレジュームの手動実行
use warehouse COMPUTE_WH;
alter warehouse COMPUTE_WH RESUME;
alter warehouse COMPUTE_WH SUSPEND;
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?