<?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 When does delta lake actually compute a table? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/when-does-delta-lake-actually-compute-a-table/m-p/9139#M4615</link>
    <description>&lt;P&gt;Maybe I'm completely wrong, but from my understanding delta lake only calculates a table at certain points, for instance when you display your data. Before that point, operations are only written to the log file and are not executed (meaning no changes are made to your data). If that assumption is correct, how can I force an actual computation? &lt;/P&gt;&lt;P&gt;Please correct me here if I missunderstood anything!&lt;/P&gt;</description>
    <pubDate>Fri, 17 Feb 2023 14:41:15 GMT</pubDate>
    <dc:creator>zeta_load</dc:creator>
    <dc:date>2023-02-17T14:41:15Z</dc:date>
    <item>
      <title>When does delta lake actually compute a table?</title>
      <link>https://community.databricks.com/t5/data-engineering/when-does-delta-lake-actually-compute-a-table/m-p/9139#M4615</link>
      <description>&lt;P&gt;Maybe I'm completely wrong, but from my understanding delta lake only calculates a table at certain points, for instance when you display your data. Before that point, operations are only written to the log file and are not executed (meaning no changes are made to your data). If that assumption is correct, how can I force an actual computation? &lt;/P&gt;&lt;P&gt;Please correct me here if I missunderstood anything!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 14:41:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/when-does-delta-lake-actually-compute-a-table/m-p/9139#M4615</guid>
      <dc:creator>zeta_load</dc:creator>
      <dc:date>2023-02-17T14:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: When does delta lake actually compute a table?</title>
      <link>https://community.databricks.com/t5/data-engineering/when-does-delta-lake-actually-compute-a-table/m-p/9140#M4616</link>
      <description>&lt;P&gt;Hi @Lukas Goldschmied​&amp;nbsp;, The operations are calculated when you execute them on the delta table. So, to elaborate when you do an insert operation, a new data file in parquet format is created with new records and the operation metrics are captured in delta log in JSON format. Now, when you run the select command on this table, it will use the information in the delta log to collect the records from the data files and display them&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 16:17:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/when-does-delta-lake-actually-compute-a-table/m-p/9140#M4616</guid>
      <dc:creator>Lakshay</dc:creator>
      <dc:date>2023-02-17T16:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: When does delta lake actually compute a table?</title>
      <link>https://community.databricks.com/t5/data-engineering/when-does-delta-lake-actually-compute-a-table/m-p/9141#M4617</link>
      <description>&lt;P&gt;Hi @Lukas Goldschmied​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope all is well! Just wanted to check in if you were able to resolve your issue and would you be happy to share the solution or mark an answer as best? Else please let us know if you need more help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd love to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 06:03:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/when-does-delta-lake-actually-compute-a-table/m-p/9141#M4617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-20T06:03:47Z</dc:date>
    </item>
  </channel>
</rss>

