<?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: VACUUM with less than 1 hour retaintion in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/VACUUM-with-less-than-1-hour-retaintion/m-p/3418174#M872</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="599172" data-lia-user-login="DennesTorres" class="lia-mention lia-mention-user"&gt;DennesTorres&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;BR /&gt;When i tested it , it did not threw any error , but at the same time it did not threw any error .&amp;nbsp;&lt;BR /&gt;Just curiuos as to what is the bigger problem which you are tring to solve ?&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;BR /&gt;Himanshu&lt;/P&gt;</description>
    <pubDate>Wed, 06 Sep 2023 17:25:22 GMT</pubDate>
    <dc:creator>HimanshuS-msft</dc:creator>
    <dc:date>2023-09-06T17:25:22Z</dc:date>
    <item>
      <title>VACUUM with less than 1 hour retaintion</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/VACUUM-with-less-than-1-hour-retaintion/m-p/3411787#M870</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For testing purposes, is it possible to use VACUUM with less than 1 hour retaintion ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In order to do it with a 1 hour retaintion I had to set a spark configuration:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;spark.conf.&lt;/SPAN&gt;&lt;SPAN&gt;set&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"spark.databricks.delta.retentionDurationCheck.enabled"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"false"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;But what if, for tests purpose, I would like to VACUUM with less than 1 hour ?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Kind Regards,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Dennes&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 02 Sep 2023 01:57:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/VACUUM-with-less-than-1-hour-retaintion/m-p/3411787#M870</guid>
      <dc:creator>DennesTorres</dc:creator>
      <dc:date>2023-09-02T01:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: VACUUM with less than 1 hour retaintion</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/VACUUM-with-less-than-1-hour-retaintion/m-p/3412116#M871</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="599172" data-lia-user-login="DennesTorres" class="lia-mention lia-mention-user"&gt;DennesTorres&lt;/a&gt;&amp;nbsp; lets try like this ..i have seen some users doing that&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;spark.sql("VACUUM bronze_nyc_tlc_green.nycgreentaxi RETAIN 0 HOURS")&lt;BR /&gt;&lt;BR /&gt;This can be the way to vacuum everything that is not in use. PS: I havent tested this , to be honest too tired today ( Just kidding )&amp;nbsp;&lt;BR /&gt;Note : This is also can be&amp;nbsp; risky and should only be done in a controlled environment where you are certain that you do not need older versions of the data.&lt;BR /&gt;&lt;BR /&gt;Let me also know if that works for u !&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Sep 2023 18:22:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/VACUUM-with-less-than-1-hour-retaintion/m-p/3412116#M871</guid>
      <dc:creator>puneetvijwani</dc:creator>
      <dc:date>2023-09-02T18:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: VACUUM with less than 1 hour retaintion</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/VACUUM-with-less-than-1-hour-retaintion/m-p/3418174#M872</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="599172" data-lia-user-login="DennesTorres" class="lia-mention lia-mention-user"&gt;DennesTorres&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;BR /&gt;When i tested it , it did not threw any error , but at the same time it did not threw any error .&amp;nbsp;&lt;BR /&gt;Just curiuos as to what is the bigger problem which you are tring to solve ?&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;BR /&gt;Himanshu&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 17:25:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/VACUUM-with-less-than-1-hour-retaintion/m-p/3418174#M872</guid>
      <dc:creator>HimanshuS-msft</dc:creator>
      <dc:date>2023-09-06T17:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: VACUUM with less than 1 hour retaintion</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/VACUUM-with-less-than-1-hour-retaintion/m-p/3418588#M873</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;It worked for me in lakehouses.&lt;BR /&gt;&lt;BR /&gt;I'm concerned how these files would affect the performance.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dennes&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 21:48:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/VACUUM-with-less-than-1-hour-retaintion/m-p/3418588#M873</guid>
      <dc:creator>DennesTorres</dc:creator>
      <dc:date>2023-09-06T21:48:09Z</dc:date>
    </item>
  </channel>
</rss>

