A free Snowflake Native App that finds where your spend is going and what to do about it. It reads your ACCOUNT_USAGE data inside your own account, computes cost and right-sizing recommendations, and hands you the exact SQL to act on them. It never modifies your resources.
Five analysis domains, each with concrete recommendations and the SQL to apply them.
Right-sizing recommendations, auto-suspend tuning, and idle time detection for every warehouse in your account.
Unused tables sorted by storage cost, clustering opportunities, and time-travel retention review.
Query patterns by day and hour, query anti-patterns, and serverless credit consumption per service.
Month-to-date spend per usage group or team, plus resource monitor coverage and thresholds.
A cross-domain, prioritized list of your biggest savings opportunities, each with copy-paste SQL to act on it.
Built for security review. Nothing leaves your account.
The app runs entirely inside your Snowflake account on Snowpark Container Services. No data leaves your account.
It reads ACCOUNT_USAGE system views and nothing else. It never modifies your warehouses, tables, or configuration.
The container makes no external requests. Recommendations are computed locally against your usage data.
There is nothing to sign up for and no account to create. Install, grant privileges, open the dashboard.
Four steps from install to your first savings recommendation.
Get the app from the Snowflake Marketplace listing. Installation is free.
When you open the app, Snowsight prompts for the privileges it needs to run:
Run this one statement as ACCOUNTADMIN so the app can read your usage data:
GRANT IMPORTED PRIVILEGES ON DATABASE SNOWFLAKE TO APPLICATION TABBY_COST_OPTIMIZER;On the launcher console, click Start optimizer. First launch takes 1-2 minutes while the container service provisions. Then click Open Cost Optimizer to load the dashboard.
The app itself is free. It runs one X-Small compute pool node and an X-Small warehouse in your account, both with auto-suspend. Use Stop service on the console when you are not analyzing.
Remove the app and everything it created with one statement:
DROP APPLICATION TABBY_COST_OPTIMIZER;Ten pages across five sections, from a spend overview down to per-table detail.
Free
No license fee, no tiers, no trial clock. You pay only the Snowflake compute the app uses in your own account.
Install free from the Snowflake Marketplace. Want hands-on help instead? Our team runs full cost optimization engagements.