<?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 Performance improvement after running VACUUM commands in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/performance-improvement-after-running-vacuum-commands/m-p/21067#M14305</link>
    <description>&lt;P&gt;How often should I run VACUUM commands? Will running the VACUUM command on a Delta table improve my read/write performance or is it just the storage benefits. &lt;/P&gt;</description>
    <pubDate>Wed, 23 Jun 2021 23:04:09 GMT</pubDate>
    <dc:creator>brickster_2018</dc:creator>
    <dc:date>2021-06-23T23:04:09Z</dc:date>
    <item>
      <title>Performance improvement after running VACUUM commands</title>
      <link>https://community.databricks.com/t5/data-engineering/performance-improvement-after-running-vacuum-commands/m-p/21067#M14305</link>
      <description>&lt;P&gt;How often should I run VACUUM commands? Will running the VACUUM command on a Delta table improve my read/write performance or is it just the storage benefits. &lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 23:04:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/performance-improvement-after-running-vacuum-commands/m-p/21067#M14305</guid>
      <dc:creator>brickster_2018</dc:creator>
      <dc:date>2021-06-23T23:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Performance improvement after running VACUUM commands</title>
      <link>https://community.databricks.com/t5/data-engineering/performance-improvement-after-running-vacuum-commands/m-p/21068#M14306</link>
      <description>&lt;P&gt;VACUUM removes uncommitted/stale files from the Storage. The primary benefit is to save the storage cost. Ideally running VACUUM should not show any performance improvement as Delta does not list the storage directories but rather access the files directly. However in the past due to corner case issues on the storage side, we have seen performance improvement after running VACUUM. Those issues are fixed &lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 23:08:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/performance-improvement-after-running-vacuum-commands/m-p/21068#M14306</guid>
      <dc:creator>brickster_2018</dc:creator>
      <dc:date>2021-06-23T23:08:03Z</dc:date>
    </item>
  </channel>
</rss>

