<?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: temporary tables or dataframes in Certifications</title>
    <link>https://community.databricks.com/t5/certifications/temporary-tables-or-dataframes/m-p/67752#M915</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/36892"&gt;@Phani1&lt;/a&gt;&amp;nbsp;, did you were able to review&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/88823"&gt;@Walter_C&lt;/a&gt;&amp;nbsp;'s response? do you still need help or can you mark it as accepted solution?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Apr 2024 23:33:36 GMT</pubDate>
    <dc:creator>jose_gonzalez</dc:creator>
    <dc:date>2024-04-30T23:33:36Z</dc:date>
    <item>
      <title>temporary tables or dataframes</title>
      <link>https://community.databricks.com/t5/certifications/temporary-tables-or-dataframes/m-p/67367#M906</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;We have to generate over 70 intermediate tables. Should we use temporary tables or dataframes, or should we create delta tables and truncate and reload? Having too many temporary tables could lead to memory problems. In this situation, what is the most effective approach when one intermediate table relies on another?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Janga&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2025 16:28:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/certifications/temporary-tables-or-dataframes/m-p/67367#M906</guid>
      <dc:creator>Phani1</dc:creator>
      <dc:date>2025-03-21T16:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: temporary tables or dataframes</title>
      <link>https://community.databricks.com/t5/certifications/temporary-tables-or-dataframes/m-p/67483#M908</link>
      <description>&lt;P class="_1t7bu9h1 paragraph"&gt;Using temporary tables or dataframes can be a good approach when the data is only needed for the duration of a single session. However, as you mentioned, having too many temporary tables could lead to memory problems.&lt;/P&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;On the other hand, Delta tables could be a better option when you need to persist the data across multiple sessions or jobs. Delta tables also provide ACID transactions, scalable metadata handling, and unifies streaming and batch data processing. However, creating Delta tables, truncating, and reloading could be more time-consuming and resource-intensive.&lt;/P&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;In terms of memory management, Databricks' Spark deployment has a specific memory layout with distinct memory zones for storage, execution, and user heap. Spark attempts to dynamically grow and shrink these regions based on usage and certain limits. For large-memory instances, Databricks enables off-heap memory and sets the size of the off-heap zone to 75% of the usable container memory for the instance, leaving the remaining 25% for heap memory.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Apr 2024 17:37:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/certifications/temporary-tables-or-dataframes/m-p/67483#M908</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2024-04-27T17:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: temporary tables or dataframes</title>
      <link>https://community.databricks.com/t5/certifications/temporary-tables-or-dataframes/m-p/67752#M915</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/36892"&gt;@Phani1&lt;/a&gt;&amp;nbsp;, did you were able to review&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/88823"&gt;@Walter_C&lt;/a&gt;&amp;nbsp;'s response? do you still need help or can you mark it as accepted solution?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 23:33:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/certifications/temporary-tables-or-dataframes/m-p/67752#M915</guid>
      <dc:creator>jose_gonzalez</dc:creator>
      <dc:date>2024-04-30T23:33:36Z</dc:date>
    </item>
  </channel>
</rss>

