Pay per second of warehouse uptime (min 60s). Credit consumption by size:
| Size | Credits/hr | Nodes |
|---|---|---|
| X-Small | 1 | 1 |
| Small | 2 | 2 |
| Medium | 4 | 4 |
| Large | 8 | 8 |
Pay per TB/month for compressed data. Serverless features (auto-clustering, materialized views) consume credits per use.
SELECT * FROM SNOWFLAKE.ACCOUNT_USAGE.WAREHOUSE_METERING_HISTORY
WHERE START_TIME > DATEADD(day, -7, CURRENT_TIMESTAMP);
WAREHOUSE_METERING_HISTORY for the last 7 days and estimate cost.