<?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: Delta Live Tables: Too much time to do the &amp;quot;setting up&amp;quot; in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-too-much-time-to-do-the-quot-setting-up-quot/m-p/56786#M30645</link>
    <description>&lt;P&gt;Interesting...&lt;BR /&gt;DLT probably spends x seconds/table for the setup.&lt;BR /&gt;If you have time, you could do some tests to see if the table setup scales linearly (1 table, 5 sec for setup, 10 tables 50 sec etc).&lt;BR /&gt;If you do, please share the outcome.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jan 2024 15:44:38 GMT</pubDate>
    <dc:creator>-werners-</dc:creator>
    <dc:date>2024-01-09T15:44:38Z</dc:date>
    <item>
      <title>Delta Live Tables: Too much time to do the "setting up"</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-too-much-time-to-do-the-quot-setting-up-quot/m-p/37068#M26254</link>
      <description>&lt;P&gt;Hello community!&lt;/P&gt;&lt;P&gt;Recently I have been working in delta live table for a big project. My team and me have been studying so much and finally we have built a good pipeline with CDC that load 608 entities (and, therefore, 608 delta live tables and 608 materialized views).&lt;BR /&gt;&lt;BR /&gt;The issue is not the load, although there are many tables, the issue is the setting up process. The total time is 1h 30 min in which almost 1 h (or more) is setting up the tables process.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="jorgemarmol_0-1688633577282.png" style="width: 541px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2781iC17F1B0EF39AF99B/image-dimensions/541x265/is-moderation-mode/true?v=v2" width="541" height="265" role="button" title="jorgemarmol_0-1688633577282.png" alt="jorgemarmol_0-1688633577282.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone have an idea of why could have been happening it or how could I accelerate this first process? Thank you so much!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 08:54:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-tables-too-much-time-to-do-the-quot-setting-up-quot/m-p/37068#M26254</guid>
      <dc:creator>jorgemarmol</dc:creator>
      <dc:date>2023-07-06T08:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Tables: Too much time to do the "setting up"</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-too-much-time-to-do-the-quot-setting-up-quot/m-p/37701#M26422</link>
      <description>&lt;P&gt;I have been having similar problems, any insight into this would be great.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jul 2023 12:12:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-tables-too-much-time-to-do-the-quot-setting-up-quot/m-p/37701#M26422</guid>
      <dc:creator>PearceR</dc:creator>
      <dc:date>2023-07-16T12:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Tables: Too much time to do the "setting up"</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-too-much-time-to-do-the-quot-setting-up-quot/m-p/56774#M30640</link>
      <description>&lt;P&gt;I am facing same issues while acquiring the resource to run the DLT pipeline and its taking too much time to setup resource for DLT run.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 12:20:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-tables-too-much-time-to-do-the-quot-setting-up-quot/m-p/56774#M30640</guid>
      <dc:creator>anandh</dc:creator>
      <dc:date>2024-01-09T12:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Tables: Too much time to do the "setting up"</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-too-much-time-to-do-the-quot-setting-up-quot/m-p/56778#M30642</link>
      <description>&lt;P&gt;I had to scrap using DLT in the end for so many entities, the other option is to run in continuously but this is expensive.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 14:03:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-tables-too-much-time-to-do-the-quot-setting-up-quot/m-p/56778#M30642</guid>
      <dc:creator>PearceR</dc:creator>
      <dc:date>2024-01-09T14:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Tables: Too much time to do the "setting up"</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-too-much-time-to-do-the-quot-setting-up-quot/m-p/56786#M30645</link>
      <description>&lt;P&gt;Interesting...&lt;BR /&gt;DLT probably spends x seconds/table for the setup.&lt;BR /&gt;If you have time, you could do some tests to see if the table setup scales linearly (1 table, 5 sec for setup, 10 tables 50 sec etc).&lt;BR /&gt;If you do, please share the outcome.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 15:44:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-tables-too-much-time-to-do-the-quot-setting-up-quot/m-p/56786#M30645</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2024-01-09T15:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Tables: Too much time to do the "setting up"</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-too-much-time-to-do-the-quot-setting-up-quot/m-p/97561#M39503</link>
      <description>&lt;P&gt;Same issue here. Medallion architecture in a test setup with 150 tables. SETTING_UP_TABLES takes 11 to 15 minutes, everything else together takes 10 minutes to do the incremental update (40K bronze rows, these fan out to asset tables, not much data!).&lt;/P&gt;&lt;P&gt;This is with serverless DLT, ADLS gen2 storage.&lt;/P&gt;&lt;P&gt;Any ideas how to make SETTING_UP_TABLES faster with this number of tables?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 15:33:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-tables-too-much-time-to-do-the-quot-setting-up-quot/m-p/97561#M39503</guid>
      <dc:creator>charl-p-botha</dc:creator>
      <dc:date>2024-11-04T15:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Tables: Too much time to do the "setting up"</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-too-much-time-to-do-the-quot-setting-up-quot/m-p/98104#M39607</link>
      <description>&lt;P&gt;We got a performance boost with the latest DLT preview release, see&amp;nbsp;&lt;A href="https://community.databricks.com/t5/data-engineering/thank-you-for-the-quot-setting-up-tables-quot-speed-up-from-dlt/m-p/98041#M39591" target="_blank"&gt;https://community.databricks.com/t5/data-engineering/thank-you-for-the-quot-setting-up-tables-quot-speed-up-from-dlt/m-p/98041#M39591&lt;/A&gt;&lt;/P&gt;&lt;P&gt;With my 300 table test setup, this speedup was consistent.&lt;/P&gt;&lt;P&gt;I'm currently testing with 900 tables (there's a 1000 table limit for a DLT pipeline) to see how it goes, but I am also considering trying it without DLT.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 15:50:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-tables-too-much-time-to-do-the-quot-setting-up-quot/m-p/98104#M39607</guid>
      <dc:creator>charl-p-botha</dc:creator>
      <dc:date>2024-11-07T15:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Tables: Too much time to do the "setting up"</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-too-much-time-to-do-the-quot-setting-up-quot/m-p/98114#M39614</link>
      <description>&lt;P&gt;In the end we ditched DLT, gives nice advantages ot a quick setup but it couldn't handle the entity scaling. Can do everything dlt can do in the native setup (and workflows are handy) so I would recommend the switch.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 16:45:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-tables-too-much-time-to-do-the-quot-setting-up-quot/m-p/98114#M39614</guid>
      <dc:creator>PearceR</dc:creator>
      <dc:date>2024-11-07T16:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Tables: Too much time to do the "setting up"</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-too-much-time-to-do-the-quot-setting-up-quot/m-p/98173#M39629</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/52670"&gt;@PearceR&lt;/a&gt;&amp;nbsp;for your recommendation, which aligns nicely with my experimentation up to now. I'll get started on moving away from DLT, which indeed was very handy for getting everything set up quickly.&lt;/P&gt;&lt;P&gt;It's a pity we can't have our cake and eat it. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 08:11:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-tables-too-much-time-to-do-the-quot-setting-up-quot/m-p/98173#M39629</guid>
      <dc:creator>charl-p-botha</dc:creator>
      <dc:date>2024-11-08T08:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Tables: Too much time to do the "setting up"</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-too-much-time-to-do-the-quot-setting-up-quot/m-p/98178#M39633</link>
      <description>&lt;P&gt;Good luck!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 09:30:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-tables-too-much-time-to-do-the-quot-setting-up-quot/m-p/98178#M39633</guid>
      <dc:creator>PearceR</dc:creator>
      <dc:date>2024-11-08T09:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Tables: Too much time to do the "setting up"</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-too-much-time-to-do-the-quot-setting-up-quot/m-p/98718#M39816</link>
      <description>&lt;P&gt;Increase the worker and driver to higher configuraion on the pipeline. It will take initially for setting up but once the setup is completed, the ingestion would be faster. Here you can save the one hour took for ingestion..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 21:24:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-tables-too-much-time-to-do-the-quot-setting-up-quot/m-p/98718#M39816</guid>
      <dc:creator>DataEngineer</dc:creator>
      <dc:date>2024-11-13T21:24:09Z</dc:date>
    </item>
  </channel>
</rss>

