Skip to content
All topics

Cost Optimization

Recent items mentioning Cost Optimization across the Databricks ecosystem — releases, news, videos, and community Q&A. Updated hourly.

19 recent items2 news12 videos5 community threads
What's happening in Cost OptimizationAI synthesis · updated 12d ago

Enterprises are unlocking dramatic efficiency gains by modernizing compute models, exemplified by Octopus Energy cutting data pipeline costs 50x through Databricks Serverless and Delta Lake Change Data Feed 2, and NBCUniversal reducing spend by 30% by moving from slot reservations to dedicated job compute 1. For agent and inference deployments, practitioners comparing Databricks Apps and Model Serving can leverage Model Serving specifically when scale-to-zero capabilities and high-throughput governance are required to manage costs 3.

Generated daily from the 3 most recent items mentioning Cost Optimization. Click any [N] to jump to the source.

Databricks CommunityGenerative AI

The Open-Weight Revolution: A Game Changer for Our LLM Cost Optimization Odyssey

001mo ago
RedditDiscussion

Snowflake to Databricks Migration in 12 weeks and cut cost per run by ~77%. AMA.

Lovelytics wrapped up a Snowflake-to-Databricks migration; 847 DBT models, 35 Info Mart tables, \~77% lower cost per run on a 2XL warehouse. **TL;DR What helped:** * Treated the migration as engineering, not translation. Each dbt model was tested in isolation, not just row counts vs Snowflake. * Routing macro to resolve cross-layer references at runtime, so the same codebase could read from Snowflake, federated Snowflake, and Unity Catalog without forking logic. * Dual model trees in one repo, which let the migration stay in lockstep with live Snowflake changes. * Script-generated wave selectors enabled parallel builds while preserving dependency order. * Used reference-slice validation subsets vs. waiting on full mart refreshes. **TL;DR Cost reduction:** * Reworked joins to use narrow staging dimensions instead of wide marts where possible. * Added incremental predicates to reduce MERGE target scans. * Split wide models into parallel sub-models where the dependency graph allowed it. * Copied static reference data into Delta instead of repeatedly reading it through federation. * Loaded static copies into Delta rather than reading via federation (predicate pushdown is poor). Happy to go into the gotchas: HASH() not being portable, Snowflake MERGE tolerating duplicate keys that Delta doesn't, NULL ordering, and timestamp handling. AMA [Full Blog Post](https://community.databricks.com/t5/technical-blog/partner-blog-847-models-12-weeks-77-less-inside-r1-s-snowflake/ba-p/157284)

5713m_goo3mo ago
RedditGeneral

[ebook] The Guide to Databricks Cost Optimization

[](https://www.reddit.com/r/databricks/?f=flair_name%3A%22General%22)Most cost optimization guides tell you to "right-size your clusters." Cool. Which ones? By how much? This guide actually answers that. Five core strategies, written by a Principal Data Engineer who's built production Databricks environments, for the people who own the bill. Download it for free (Unlike Your Databricks Bill.) [https://c.select.dev/guide-databricks-cost-optimization?utm\_source=reddit&utm\_medium=organic&utm\_campaign=databricks\_26](https://c.select.dev/guide-databricks-cost-optimization?utm_source=reddit&utm_medium=organic&utm_campaign=databricks_26)

01SELECT_dev4mo ago
RedditGeneral

[ebook] The No-BS Guide to Databricks Cost Optimization

Most cost optimization guides tell you to "right-size your clusters." Cool. Which ones? By how much? This guide actually answers that. Five core strategies, written by a Principal Data Engineer who's built production Databricks environments, for the people who own the bill. Download it for free (Unlike Your Databricks Bill.) [https://c.select.dev/no-bs-guide-to-databricks-cost-optimization?utm\_source=reddit&utm\_medium=organic&utm\_campaign=databricks\_26](https://c.select.dev/no-bs-guide-to-databricks-cost-optimization?utm_source=reddit&utm_medium=organic&utm_campaign=databricks_26) [](https://www.reddit.com/submit/?source_id=t3_1tdyfhd&composer_entry=crosspost_prompt)

52SELECT_dev4mo ago
Stack Overflow

Databricks cluster launch from external application

I want to launch a Databricks cluster from an external application. How can this be achieved, and what parameters need to be passed from the external application? Background: The user will already have the data ready for processing. Before execution, we want to provide multiple cluster configuration options based on the data volume. For example: For 50 GB → launch a smaller cluster For 100 GB → launch a medium cluster For 200 GB → launch a larger cluster ... Up to 1000 GB → launch a high-capacity cluster Based on the user’s selection, the external application should trigger Databricks to launch the appropriate cluster configuration and execute the workload. We would like to understand: The best approach to implement this architecture The required APIs/services to use The parameters that should be passed from the external application Recommended practices for dynamic cluster sizing, cost optimization, and workload execution in Databricks Any help/guidance. Thanks in advance.

python-3.xdatabricksdatabricks-clitooling-recommendation
01RK.4mo ago

Get Tuesday's version of this

Tracking Cost Optimization? The Tuesday email carries what moved across the whole ecosystem, not just this topic. Free, one-click unsubscribe.

Read past issues first