<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: dino david</title>
    <description>The latest articles on DEV Community by dino david (@dino_david_c5d8f55f119b7f).</description>
    <link>https://dev.to/dino_david_c5d8f55f119b7f</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4128735%2F1e87cc10-230b-4353-986c-19b0e9bff94a.png</url>
      <title>DEV Community: dino david</title>
      <link>https://dev.to/dino_david_c5d8f55f119b7f</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dino_david_c5d8f55f119b7f"/>
    <language>en</language>
    <item>
      <title>Databricks Architecture Explained: Control Plane, Compute Plane, Delta Lake and Unity Catalog</title>
      <dc:creator>dino david</dc:creator>
      <pubDate>Wed, 16 Sep 2026 21:52:00 +0000</pubDate>
      <link>https://dev.to/dino_david_c5d8f55f119b7f/databricks-architecture-explained-control-plane-compute-plane-delta-lake-and-unity-catalog-1167</link>
      <guid>https://dev.to/dino_david_c5d8f55f119b7f/databricks-architecture-explained-control-plane-compute-plane-delta-lake-and-unity-catalog-1167</guid>
      <description>&lt;p&gt;"Explain the Databricks architecture" is one of the most common data engineering questions. Here is the answer as a picture, built up layer by layer.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. It starts with your cloud account
&lt;/h2&gt;

&lt;p&gt;Databricks runs on Azure, AWS or Google Cloud, and your cloud account is the foundation everything else sits on.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. The control plane
&lt;/h2&gt;

&lt;p&gt;Databricks runs as two halves. The &lt;strong&gt;control plane&lt;/strong&gt; is hosted and managed by Databricks. It is where the web application, the notebooks, the job scheduler and the cluster manager live.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. The compute plane
&lt;/h2&gt;

&lt;p&gt;The &lt;strong&gt;compute plane&lt;/strong&gt; (you will also hear "data plane") is where the actual compute runs. In the classic setup it sits inside &lt;strong&gt;your own cloud account&lt;/strong&gt;, in your own virtual network. With serverless compute, it runs in the Databricks account instead.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Your data lake
&lt;/h2&gt;

&lt;p&gt;At the bottom is your data lake: &lt;strong&gt;ADLS Gen2&lt;/strong&gt; on Azure, &lt;strong&gt;S3&lt;/strong&gt; on AWS. Your raw files live here, and they never leave your account.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Delta Lake
&lt;/h2&gt;

&lt;p&gt;On top of the lake sits &lt;strong&gt;Delta Lake&lt;/strong&gt;, a storage layer that adds ACID transactions, schema enforcement and time travel to plain Parquet files. This is what turns a data lake into a lakehouse.&lt;/p&gt;

&lt;h2&gt;
  
  
  6. Bronze, silver, gold
&lt;/h2&gt;

&lt;p&gt;Inside Delta, data is usually organised in three zones:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Bronze:&lt;/strong&gt; raw ingested data&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Silver:&lt;/strong&gt; cleaned and joined data&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Gold:&lt;/strong&gt; business-level aggregates, ready for reporting&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  7. Unity Catalog
&lt;/h2&gt;

&lt;p&gt;Across all of it sits &lt;strong&gt;Unity Catalog&lt;/strong&gt;, the governance layer: permissions, lineage, and a single catalog across every workspace.&lt;/p&gt;

&lt;h2&gt;
  
  
  8. What happens when you run a notebook
&lt;/h2&gt;

&lt;p&gt;The control plane sends the instruction. A cluster spins up in the compute plane, reads from Delta and writes results back. &lt;strong&gt;Only results and metadata go back to the control plane. The data stays put.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  9. The consumers
&lt;/h2&gt;

&lt;p&gt;SQL warehouses for BI, machine learning workloads and streaming pipelines all read from the same gold layer.&lt;/p&gt;

&lt;h2&gt;
  
  
  Watch it drawn step by step
&lt;/h2&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/B5iHmoYgnqY" width="710" height="399"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;This is episode 1 of a free series that builds Databricks up one layer at a time. Watch it in order: &lt;a href="https://www.youtube.com/watch?v=B5iHmoYgnqY&amp;amp;list=PLDB5WDkDOYF4" rel="noopener noreferrer"&gt;https://www.youtube.com/watch?v=B5iHmoYgnqY&amp;amp;list=PLDB5WDkDOYF4&lt;/a&gt;&lt;/p&gt;

</description>
      <category>dataengineering</category>
      <category>databricks</category>
      <category>azure</category>
      <category>aws</category>
    </item>
  </channel>
</rss>
