<?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>article Managed Tables vs External Tables in Unity Catalog - 2023.11.03 in Databricks TV</title>
    <link>https://community.databricks.com/t5/databricks-tv/managed-tables-vs-external-tables-in-unity-catalog-2023-11-03/ba-p/98934</link>
    <description>&lt;P&gt;&lt;IFRAME src="https://www.youtube.com/embed/yt9vax_PH58?si=4QlPkXQZD_PZGelY" width="560" height="315" frameborder="0" allowfullscreen="" title="YouTube video player" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin"&gt;&lt;/IFRAME&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Have you ever wondered what the difference between managed and external tables is? Olivia Zhang, a Solutions Architect at Databricks, goes over the differences and explains when to use what using an example in this quick video! Target Audience - Data Engineers, Data Analysts, Data Scientists, BI Engineers&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jan 2025 13:08:41 GMT</pubDate>
    <dc:creator>Adyasha</dc:creator>
    <dc:date>2025-01-27T13:08:41Z</dc:date>
    <item>
      <title>Managed Tables vs External Tables in Unity Catalog - 2023.11.03</title>
      <link>https://community.databricks.com/t5/databricks-tv/managed-tables-vs-external-tables-in-unity-catalog-2023-11-03/ba-p/98934</link>
      <description>&lt;DIV class="flex max-w-full flex-col flex-grow"&gt;
&lt;DIV class="min-h-8 text-message flex w-full flex-col items-end gap-2 whitespace-normal break-words [.text-message+&amp;amp;]:mt-5" dir="auto" data-message-author-role="assistant" data-message-id="96e8c085-04bd-49c2-9a19-bbb8c2b9f43f" data-message-model-slug="gpt-4o"&gt;
&lt;DIV class="flex w-full flex-col gap-1 empty:hidden first:pt-[3px]"&gt;
&lt;DIV class="markdown prose w-full break-words dark:prose-invert dark"&gt;
&lt;P&gt;Managed vs. External Tables: What’s the difference? Olivia&amp;nbsp;breaks down the key differences and shows you how to decide which one to use.&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 27 Jan 2025 13:08:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/databricks-tv/managed-tables-vs-external-tables-in-unity-catalog-2023-11-03/ba-p/98934</guid>
      <dc:creator>Adyasha</dc:creator>
      <dc:date>2025-01-27T13:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Managed Tables vs External Tables in Unity Catalog - 2023.11.03</title>
      <link>https://community.databricks.com/t5/databricks-tv/managed-tables-vs-external-tables-in-unity-catalog-2023-11-03/bc-p/100823#M195</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here is a basic difference between managed table and external table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Managed Tables&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Managed tables are fully controlled by Databricks, including both the data and metadata lifecycle.&lt;/LI&gt;&lt;LI&gt;Data is stored in a Databricks-managed storage location configured by Unity Catalog.&lt;/LI&gt;&lt;LI&gt;These tables always use delta table.&lt;/LI&gt;&lt;LI&gt;Dropping a managed table also deletes its underlying data files.&lt;/LI&gt;&lt;LI&gt;Ideal for Databricks-native workflows where Databricks handles the organization and lifecycle of data.&lt;/LI&gt;&lt;LI&gt;Metadata is maintained in Unity Catalog and tightly integrated with Databricks-managed storage.&lt;/LI&gt;&lt;LI&gt;Managed tables benefit from Databricks' built-in storage optimizations for better performance.&lt;/LI&gt;&lt;LI&gt;Fully integrated with Unity Catalog’s data governance features, including access controls for both metadata and data.&lt;/LI&gt;&lt;LI&gt;Migration involves additional effort to extract and relocate data since it is stored within Databricks' infrastructure.&lt;/LI&gt;&lt;LI&gt;Best suited for new projects built entirely within Databricks.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;External Tables&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;External tables are partially controlled by Databricks, where only the metadata is managed while the data resides in external storage.&lt;/LI&gt;&lt;LI&gt;Data is stored in external locations such as AWS S3, Azure Blob Storage, or ADLS.&lt;/LI&gt;&lt;LI&gt;These tables can use delta, parquet, csv, etc.&lt;/LI&gt;&lt;LI&gt;Dropping an external table does not delete the underlying data files only the meta-data is deleted.&lt;/LI&gt;&lt;LI&gt;Best suited for referencing existing datasets or integrating data stored in external systems without moving it into Databricks.&lt;/LI&gt;&lt;LI&gt;Metadata is maintained in Unity Catalog, pointing to the external data location.&lt;/LI&gt;&lt;LI&gt;Performance depends on the configuration and capabilities of the external storage system.&lt;/LI&gt;&lt;LI&gt;Unity Catalog governs metadata, but the governance of the actual data relies on external storage’s access controls.&lt;/LI&gt;&lt;LI&gt;Migration is straightforward as the data is already stored externally.&lt;/LI&gt;&lt;LI&gt;Best suited for integrating external data lakes or datasets shared across multiple systems.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 03 Dec 2024 20:27:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/databricks-tv/managed-tables-vs-external-tables-in-unity-catalog-2023-11-03/bc-p/100823#M195</guid>
      <dc:creator>Shreyash_Gupta</dc:creator>
      <dc:date>2024-12-03T20:27:48Z</dc:date>
    </item>
  </channel>
</rss>

