<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cost incurred for idle databricks cluster runtime in Data Governance</title>
    <link>https://community.databricks.com/t5/data-governance/cost-incurred-for-idle-databricks-cluster-runtime/m-p/157358#M2843</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/79394"&gt;@nayan_wylde&lt;/a&gt;&amp;nbsp; will you be able to provide query for this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 May 2026 20:32:30 GMT</pubDate>
    <dc:creator>nikhil_parab</dc:creator>
    <dc:date>2026-05-20T20:32:30Z</dc:date>
    <item>
      <title>Cost incurred for idle databricks cluster runtime</title>
      <link>https://community.databricks.com/t5/data-governance/cost-incurred-for-idle-databricks-cluster-runtime/m-p/156388#M2836</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I have created databricks finops dashboard and within that I have provided recommendations on cluster auto termination. But I wanted add one more column like how much we can save after reducing auto termination time. How can I add that in my dashboard? Please assist&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;This is my table.&lt;/P&gt;&lt;TABLE width="670"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="113"&gt;&lt;P&gt;Workspace&lt;/P&gt;&lt;/TD&gt;&lt;TD width="113"&gt;&lt;P&gt;Cluster&lt;/P&gt;&lt;/TD&gt;&lt;TD width="113"&gt;&lt;P&gt;Owner&lt;/P&gt;&lt;/TD&gt;&lt;TD width="331"&gt;&lt;P&gt;Recommendation&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="113"&gt;&lt;P&gt;XXXXXXXXXXXX&lt;/P&gt;&lt;/TD&gt;&lt;TD width="113"&gt;&lt;P&gt;XXXXXXXXXXXX&lt;/P&gt;&lt;/TD&gt;&lt;TD width="113"&gt;&lt;P&gt;XXXXXXXXXXXX&lt;/P&gt;&lt;/TD&gt;&lt;TD width="331"&gt;&lt;P&gt;NO ACTION NEEDED&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="113"&gt;&lt;P&gt;XXXXXXXXXXXX&lt;/P&gt;&lt;/TD&gt;&lt;TD width="113"&gt;XXXXXXXXXXXX&lt;/TD&gt;&lt;TD width="113"&gt;XXXXXXXXXXXX&lt;/TD&gt;&lt;TD width="331"&gt;&lt;P&gt;ENABLE AUTO TERMINATION&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="113"&gt;XXXXXXXXXXXX&lt;/TD&gt;&lt;TD width="113"&gt;XXXXXXXXXXXX&lt;/TD&gt;&lt;TD width="113"&gt;XXXXXXXXXXXX&lt;/TD&gt;&lt;TD width="331"&gt;&lt;P&gt;NO ACTION NEEDED&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="113"&gt;XXXXXXXXXXXX&lt;/TD&gt;&lt;TD width="113"&gt;XXXXXXXXXXXX&lt;/TD&gt;&lt;TD width="113"&gt;XXXXXXXXXXXX&lt;/TD&gt;&lt;TD width="331"&gt;&lt;P&gt;REDUCE AUTO TERMINATION TIME TO 30 MINUTES&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="113"&gt;XXXXXXXXXXXX&lt;/TD&gt;&lt;TD width="113"&gt;XXXXXXXXXXXX&lt;/TD&gt;&lt;TD width="113"&gt;XXXXXXXXXXXX&lt;/TD&gt;&lt;TD width="331"&gt;&lt;P&gt;REDUCE AUTO TERMINATION TIME TO 30 MINUTES&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Thu, 07 May 2026 13:53:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/cost-incurred-for-idle-databricks-cluster-runtime/m-p/156388#M2836</guid>
      <dc:creator>nikhil_parab</dc:creator>
      <dc:date>2026-05-07T13:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cost incurred for idle databricks cluster runtime</title>
      <link>https://community.databricks.com/t5/data-governance/cost-incurred-for-idle-databricks-cluster-runtime/m-p/156392#M2837</link>
      <description>&lt;DIV&gt;&lt;P&gt;For each cluster:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Savings = Avoidable Idle Time × Hourly Cost&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Where:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Avoidable Idle Time (minutes)&lt;/STRONG&gt; = estimated minutes the cluster kept running &lt;EM&gt;after it became idle&lt;/EM&gt;, beyond the &lt;EM&gt;recommended&lt;/EM&gt; termination window.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Hourly Cost&lt;/STRONG&gt; = DBU cost + (optional) cloud compute cost per hour.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Most environments don’t have a clean “idle_started” event, so a robust method is:&lt;/P&gt;&lt;P&gt;Identify job activity or command activity windows&lt;BR /&gt;Find gaps between activity windows while the cluster was still running&lt;BR /&gt;Any gap longer than recommended auto-termination implies waste beyond the recommended threshold&lt;/P&gt;&lt;P&gt;Example definition&lt;BR /&gt;For each “running session” of a cluster:&lt;/P&gt;&lt;P&gt;If there is a gap between last activity and next activity (or shutdown) of G minutes&lt;BR /&gt;Then the avoidable portion is:&lt;/P&gt;&lt;P&gt;avoidable&amp;nbsp;minutes=max⁡(0,  G−recommended_autoterm_minutes)\text{avoidable minutes} = \max(0,\; G - \text{recommended\_autoterm\_minutes})avoidable&amp;nbsp;minutes=max(0,G−recommended_autoterm_minutes)&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 07 May 2026 15:01:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/cost-incurred-for-idle-databricks-cluster-runtime/m-p/156392#M2837</guid>
      <dc:creator>nayan_wylde</dc:creator>
      <dc:date>2026-05-07T15:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cost incurred for idle databricks cluster runtime</title>
      <link>https://community.databricks.com/t5/data-governance/cost-incurred-for-idle-databricks-cluster-runtime/m-p/157358#M2843</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/79394"&gt;@nayan_wylde&lt;/a&gt;&amp;nbsp; will you be able to provide query for this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2026 20:32:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/cost-incurred-for-idle-databricks-cluster-runtime/m-p/157358#M2843</guid>
      <dc:creator>nikhil_parab</dc:creator>
      <dc:date>2026-05-20T20:32:30Z</dc:date>
    </item>
  </channel>
</rss>

