<?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: How to select performance mode for Databricks Delta Live Tables in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-select-performance-mode-for-databricks-delta-live-tables/m-p/133555#M49879</link>
    <description>&lt;P&gt;I would like an answer to his question also, I need to see how to turn this off, but any check box relating to performance optimization in my serverless pipeline does not show up.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Oct 2025 16:29:50 GMT</pubDate>
    <dc:creator>BF7</dc:creator>
    <dc:date>2025-10-02T16:29:50Z</dc:date>
    <item>
      <title>How to select performance mode for Databricks Delta Live Tables</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-select-performance-mode-for-databricks-delta-live-tables/m-p/116776#M45370</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;Based on the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.databricks.com/aws/en/dlt/serverless-dlt" target="_self" rel="nofollow ugc"&gt;official link&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;For triggered pipelines, you can select the serverless compute performance mode using the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Performance optimized&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;setting in the pipeline scheduler. When this setting is disabled, the pipeline uses standard performance mode.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;we can select 2 performance modes for pipelines (i.e. delta live tables).&lt;/P&gt;&lt;P&gt;But I tried everything, I was not able to find the location to select/disable/enable performance modes. Could you please tell me how to do so? Or share a screenshot?&lt;/P&gt;&lt;P&gt;Btw, in my Azure databricks workspace, I can use serverless compute for both pipelines and jobs. I don't worry about jobs, but only pipelines (i.e. delta live tables) serverless.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 13:40:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-select-performance-mode-for-databricks-delta-live-tables/m-p/116776#M45370</guid>
      <dc:creator>QuanSun</dc:creator>
      <dc:date>2025-04-28T13:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to select performance mode for Databricks Delta Live Tables</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-select-performance-mode-for-databricks-delta-live-tables/m-p/116821#M45376</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/162342"&gt;@QuanSun&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Delta Live Tables (DLT):&lt;BR /&gt;You can now choose Performance Mode when scheduling a Triggered pipeline.&lt;BR /&gt;Two options:&lt;BR /&gt;Performance optimized (uses more aggressive scaling, higher resource burst)&lt;BR /&gt;Standard performance (normal serverless behavior)&lt;BR /&gt;BUT &lt;span class="lia-unicode-emoji" title=":backhand_index_pointing_right:"&gt;👉&lt;/span&gt; Performance mode setting only appears when you edit the pipeline schedule, not at cluster settings.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How To Select / Change Performance Mode for a DLT Pipeline&lt;/STRONG&gt;&lt;BR /&gt;Step-by-Step (Azure Databricks):&lt;BR /&gt;1. Go to Workflows → Delta Live Tables Pipelines.&lt;BR /&gt;2. Select your existing pipeline or Create a New Pipeline.&lt;BR /&gt;3. In the Pipeline Settings Page, scroll to “Trigger settings” or find “Schedule Trigger”.&lt;BR /&gt;4. There you will find "Performance optimized" checkbox (&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;If you check it → Performance optimized mode (better scaling, faster startup, higher cost)&lt;BR /&gt;If you uncheck it → Standard mode (normal scaling)&lt;BR /&gt;5. Save the pipeline settings and Deploy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Continuous Pipelines do not have Performance mode option yet.&lt;BR /&gt;Triggered Pipelines must use serverless for this checkbox to appear.&lt;BR /&gt;Sometimes in older UI versions (early 2024), the checkbox might not show. Make sure your workspace is updated.&lt;BR /&gt;If You Don’t See the Option&lt;BR /&gt;Make sure your workspace is updated to DBR 13.3 LTS or later.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 16:34:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-select-performance-mode-for-databricks-delta-live-tables/m-p/116821#M45376</guid>
      <dc:creator>lingareddy_Alva</dc:creator>
      <dc:date>2025-04-28T16:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to select performance mode for Databricks Delta Live Tables</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-select-performance-mode-for-databricks-delta-live-tables/m-p/116839#M45384</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/24053"&gt;@lingareddy_Alva&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you so much for your reply.&lt;/P&gt;&lt;P&gt;I checked my existing pipelines and also tried to create a new databricks workspace (see below). But I cannot find "Trigger settings" or "Schedule Trigger" in pipeline setting. Did I miss anything?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/16270i7E9666028D0E52FA/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;If You Don’t See the Option&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Make sure your workspace is updated to DBR 13.3 LTS or later." Sorry, just confused here: I am using serverless dlt, I cannot configure DBR. Could you please elaborate this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 20:20:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-select-performance-mode-for-databricks-delta-live-tables/m-p/116839#M45384</guid>
      <dc:creator>QuanSun</dc:creator>
      <dc:date>2025-04-28T20:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to select performance mode for Databricks Delta Live Tables</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-select-performance-mode-for-databricks-delta-live-tables/m-p/133555#M49879</link>
      <description>&lt;P&gt;I would like an answer to his question also, I need to see how to turn this off, but any check box relating to performance optimization in my serverless pipeline does not show up.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Oct 2025 16:29:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-select-performance-mode-for-databricks-delta-live-tables/m-p/133555#M49879</guid>
      <dc:creator>BF7</dc:creator>
      <dc:date>2025-10-02T16:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to select performance mode for Databricks Delta Live Tables</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-select-performance-mode-for-databricks-delta-live-tables/m-p/133701#M49903</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/156570"&gt;@BF7&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/162342"&gt;@QuanSun&lt;/a&gt;&amp;nbsp;first you select serverless and save those setting then you will see following option under job details on top right&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="saurabh18cs_0-1759499406496.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/20404iDE715EBAA5D95DEE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="saurabh18cs_0-1759499406496.png" alt="saurabh18cs_0-1759499406496.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Performance-optimized mode&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Fast, performant compute startup and execution speed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Standard mode&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Disabling performance optimization gives you startup times similar to Classic infrastructure and reduces your cost.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;I&gt;Currently only applies to certain Serverless workloads.&lt;/I&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Oct 2025 13:54:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-select-performance-mode-for-databricks-delta-live-tables/m-p/133701#M49903</guid>
      <dc:creator>saurabh18cs</dc:creator>
      <dc:date>2025-10-03T13:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to select performance mode for Databricks Delta Live Tables</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-select-performance-mode-for-databricks-delta-live-tables/m-p/135892#M50454</link>
      <description>&lt;P&gt;I have learned that this parameter is not governed in the pipeline configuration itself, but in the job task that runs the pipeline. This is confusing to me and I don't like it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 19:17:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-select-performance-mode-for-databricks-delta-live-tables/m-p/135892#M50454</guid>
      <dc:creator>BF7</dc:creator>
      <dc:date>2025-10-23T19:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to select performance mode for Databricks Delta Live Tables</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-select-performance-mode-for-databricks-delta-live-tables/m-p/138324#M50913</link>
      <description>&lt;P&gt;May I know if this was automatically on through all DLT tables? How do we monitor timestamp of turning this on and off and the id who did it? Or is automatically configured?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2025 04:13:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-select-performance-mode-for-databricks-delta-live-tables/m-p/138324#M50913</guid>
      <dc:creator>mimimon</dc:creator>
      <dc:date>2025-11-10T04:13:34Z</dc:date>
    </item>
  </channel>
</rss>

