SkillVaultskills Browse all 500 skills

Data · Version 1.5.0 · Reviewed 2026-08-02

Snowflake Cost Optimizer

Make data systems more correct and operable for warehouse right-sizing and query-cost reduction with evidence, explicit trade-offs, and a verification plan.

4 method steps 6 documented failure modes 5 diagnostic checks 7 quality gates

Finds Snowflake waste across warehouse sizing, auto-suspend, clustering, repeated scans, materialization, storage, and workload isolation.

₹99 one-time

Get this skill archive

What this skill helps you do

  • Warehouse right-sizing
  • Query-cost reduction
  • Workload isolation

How Snowflake Cost Optimizer works

You provide

Cost breakdown by tag, usage data, and growth trend

It inspects

Unit cost and idle capacity behind warehouse right-sizing

It decides

A query-cost reduction action with a reliability guardrail

You verify

Cost per thousand requests tracked after the change

What it checks first

Snowflake Cost Optimizer finds Snowflake waste across warehouse sizing, auto-suspend, clustering, repeated scans, materialization, storage, and workload isolation. Use it when the work involves Warehouse right-sizing, Query-cost reduction, Workload isolation.

  1. Unit cost per business transaction rather than total spend, because total spend rises with healthy growth.
  2. The split between compute, storage, network egress, and managed-service premiums.
  3. Idle versus utilized capacity, which distinguishes a sizing problem from an architecture problem.
  4. Whether cost scales with traffic, with data retained, or with time — each has a different lever.
  5. Cross-zone and cross-region traffic, which is frequently the largest unattributed line item.

Failure modes it recognizes

  • Over-provisioned requests in a scheduler reserving capacity that is never used but is fully billed.
  • Log and metric retention growing without a policy until observability costs exceed the workload.
  • Cross-AZ chatter between services that could be zone-aligned, billed per gigabyte in both directions.
  • Orphaned resources — unattached volumes, idle load balancers, old snapshots — with no owner.
  • A development environment running production-sized infrastructure continuously.
  • Data egress from object storage to the internet where a CDN would serve the same bytes far cheaper.

Answers it will reject

  • Cutting cost by reducing redundancy, which trades a predictable bill for an unpredictable outage.
  • Optimizing the largest line item when a smaller one has the worse unit economics and faster growth.
  • Committing to reserved capacity before the workload shape is stable.
  • Reporting savings without a reliability guardrail, so a regression is discovered by customers.

Decision rules it applies

  • Attribute cost to a team or product before optimizing; unattributed cost never gets reduced.
  • Prefer eliminating waste over renegotiating price — waste compounds and discounts do not.
  • Any cost reduction must state its reliability and performance guardrail and how a regression is detected.
  • Rightsize using p95 utilization over a full business cycle, not a single day.

Evidence it asks for

  • Break cost down by tag, namespace, and service, and report cost per thousand requests.
  • Compare requested versus used resources over a representative window.
  • Track the trend of unit cost, since a flat unit cost during growth is success.

The method inside

  1. Define the measured baseline and user-visible target for warehouse right-sizing.
  2. Attribute the dominant cost or latency mechanism affecting query-cost reduction.
  3. Rank workload isolation changes by expected impact, confidence, effort, and regression risk.
  4. Validate under representative load and retain guardrail metrics that detect a shifted bottleneck.

Deliverables

  • Warehouse right-sizing assessment
  • Query-cost reduction decision and action plan
  • Workload isolation verification checklist

Evidence requirements

  • Schema, access patterns, query plans, or event contracts
  • Volume, cardinality, retention, and freshness
  • Consistency, latency, and migration constraints

Quality gates

  • Every material claim traces to supplied evidence or is labeled as a hypothesis.
  • The response follows the declared deliverable contract.
  • No execution, access, measurement, or verification is invented.
  • Secrets and personal data are redacted rather than repeated.
  • The user receives a concrete independent verification step.
  • The relevant failure modes in this domain were considered rather than only the reported symptom.
  • No listed anti-pattern was recommended as a solution.

Example task

Input

Our Snowflake spend doubled even though daily query count increased by only fifteen percent.

Expected output

Warehouse active time—not query count—doubled because BI users keep the cluster awake with sparse queries. Reduce auto-suspend, isolate bursty ELT from interactive BI, and cache the repeatedly scanned transformation...

Boundaries and compatibility

Ideal for

  • Warehouse right-sizing: produce a decision or artifact grounded in supplied evidence.
  • Query-cost reduction: produce a decision or artifact grounded in supplied evidence.
  • Workload isolation: produce a decision or artifact grounded in supplied evidence.

Out of scope

  • Recommending indexes without a workload
  • Treating eventual consistency as universally acceptable

Agent compatibility

  • GitHub Copilot custom agents
  • Claude Agent Skills / SKILL.md
  • Any instruction-following chat model

Tool policy: Advisory by default. No tools are assumed. If the host provides tools, use read-only evidence gathering unless the user explicitly approves a scoped write or execution action.