<?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 Why I still see delta history if I made a vacuum with just 5 hours retention in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/why-i-still-see-delta-history-if-i-made-a-vacuum-with-just-5/m-p/50920#M28921</link>
    <description>&lt;P&gt;Hi, everyone!&lt;/P&gt;&lt;P&gt;I execute a vacuum with 5 hours retention but I can see all the history of versions, even I can query those older version of the table.&lt;/P&gt;&lt;P&gt;Plus, when I see the history version, it doesn't start with zero (supposed to be the creation of the table), so, if making vacuum with few hours of retention doesn't clear the history version, how can this happen?&amp;nbsp;‌‌&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Before vacuum, oldest version starts in 30 and ends in 83&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chevichenk_1-1699661687787.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/4819iE33F943FB0229D93/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="chevichenk_1-1699661687787.png" alt="chevichenk_1-1699661687787.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;After vacuum, oldest version starts in 30 and ends in 85 (start and end vacuum) version zero must be the creation of the table&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Thanks for your attention! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 11 Nov 2023 02:48:17 GMT</pubDate>
    <dc:creator>chevichenk</dc:creator>
    <dc:date>2023-11-11T02:48:17Z</dc:date>
    <item>
      <title>Why I still see delta history if I made a vacuum with just 5 hours retention</title>
      <link>https://community.databricks.com/t5/data-engineering/why-i-still-see-delta-history-if-i-made-a-vacuum-with-just-5/m-p/50920#M28921</link>
      <description>&lt;P&gt;Hi, everyone!&lt;/P&gt;&lt;P&gt;I execute a vacuum with 5 hours retention but I can see all the history of versions, even I can query those older version of the table.&lt;/P&gt;&lt;P&gt;Plus, when I see the history version, it doesn't start with zero (supposed to be the creation of the table), so, if making vacuum with few hours of retention doesn't clear the history version, how can this happen?&amp;nbsp;‌‌&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Before vacuum, oldest version starts in 30 and ends in 83&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chevichenk_1-1699661687787.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/4819iE33F943FB0229D93/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="chevichenk_1-1699661687787.png" alt="chevichenk_1-1699661687787.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;After vacuum, oldest version starts in 30 and ends in 85 (start and end vacuum) version zero must be the creation of the table&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Thanks for your attention! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Nov 2023 02:48:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-i-still-see-delta-history-if-i-made-a-vacuum-with-just-5/m-p/50920#M28921</guid>
      <dc:creator>chevichenk</dc:creator>
      <dc:date>2023-11-11T02:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why I still see delta history if I made a vacuum with just 5 hours retention</title>
      <link>https://community.databricks.com/t5/data-engineering/why-i-still-see-delta-history-if-i-made-a-vacuum-with-just-5/m-p/50936#M28923</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;When disk caching is enabled, a cluster might contain data from Parquet files that have been deleted with &lt;SPAN class=""&gt;VACUUM&lt;/SPAN&gt;. Therefore, it may be possible to query the data of previous table versions whose files have been deleted. Restarting the cluster will remove the cached data. &lt;A href="https://docs.databricks.com/en/delta/vacuum.html" target="_blank"&gt;https://docs.databricks.com/en/delta/vacuum.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Nov 2023 13:17:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/why-i-still-see-delta-history-if-i-made-a-vacuum-with-just-5/m-p/50936#M28923</guid>
      <dc:creator>Rom</dc:creator>
      <dc:date>2023-11-11T13:17:07Z</dc:date>
    </item>
  </channel>
</rss>

