<?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 Databricks Cache Options in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/databricks-cache-options/m-p/77099#M1344</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are working on Databricks solution hosted on AWS. We are exploring the caching options in Databricks. Apart from the Databricks cache and spark cache? What are the options?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it feasible to use 3rd party Cache solutions like AWS Elastic Cache for Redis?&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jul 2024 08:40:32 GMT</pubDate>
    <dc:creator>sk_databricks</dc:creator>
    <dc:date>2024-07-08T08:40:32Z</dc:date>
    <item>
      <title>Databricks Cache Options</title>
      <link>https://community.databricks.com/t5/administration-architecture/databricks-cache-options/m-p/77099#M1344</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are working on Databricks solution hosted on AWS. We are exploring the caching options in Databricks. Apart from the Databricks cache and spark cache? What are the options?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it feasible to use 3rd party Cache solutions like AWS Elastic Cache for Redis?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 08:40:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/databricks-cache-options/m-p/77099#M1344</guid>
      <dc:creator>sk_databricks</dc:creator>
      <dc:date>2024-07-08T08:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Cache Options</title>
      <link>https://community.databricks.com/t5/administration-architecture/databricks-cache-options/m-p/77514#M1355</link>
      <description>&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;Databricks provides several caching options to enhance performance by minimizing Input and Output (I/O) read and write operations. These include:&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Databricks Disk Cache&lt;/STRONG&gt;: This cache accelerates data reads by creating copies of remote Parquet data files in nodes’ local storage using a fast intermediate data format. The data is cached automatically whenever a file has to be fetched from a remote location. Successive reads of the same data are then performed locally, which results in significantly improved reading speed. This cache is recommended over Spark caching as it provides better performance outcomes.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Spark Cache&lt;/STRONG&gt;: Spark provides an optimization mechanism to cache the intermediate computation of a Spark DataFrame so they can be reused in subsequent actions. You can also cache a table using the CACHE TABLE command. There are different cache modes that allow you to choose where to store the cached data (in the memory, in the disk, in the memory and the disk, with or without serialization, etc.).&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Query Caching in Databricks SQL&lt;/STRONG&gt;: This caching can significantly speed up query execution and minimize warehouse usage, resulting in lower costs and more efficient resource utilization. It includes User Interface Cache, Result Cache (Local and Remote), and Disk Cache.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 09 Jul 2024 16:00:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/databricks-cache-options/m-p/77514#M1355</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2024-07-09T16:00:25Z</dc:date>
    </item>
  </channel>
</rss>

