<?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: Capacity consumed by SQL Database in Data Warehouse</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Capacity-consumed-by-SQL-Database/m-p/4910976#M4053</link>
    <description>&lt;P&gt;You can still use a Azure SQL DB to do the same thing, and pay monthly and not consume your Fabric capacity&lt;/P&gt;</description>
    <pubDate>Wed, 31 Dec 2025 16:05:16 GMT</pubDate>
    <dc:creator>Thomaslleblanc</dc:creator>
    <dc:date>2025-12-31T16:05:16Z</dc:date>
    <item>
      <title>Capacity consumed by SQL Database</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Capacity-consumed-by-SQL-Database/m-p/4903193#M4017</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a Fabric database of the SQL Database type (not a Warehouse).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this database, I have a single table with 16 million records.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I create a Power Bi on desktop that downloads part of this table, around 1 million records.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I do this, in the Fabric Capacity Metrics report I see many connections of this type appear:&lt;BR /&gt;* Item kind: SQLDbNative&lt;BR /&gt;* Operation: Sql Usage&lt;BR /&gt;* User: SQL System&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Each of these connections consumes between 3% and 6% of the capacity, easily causing the capacity to exceed 100%.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the database is a Warehouse type, this does not happen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why does capacity consumption skyrocket when downloading data from a table of this type of database?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 15:22:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Capacity-consumed-by-SQL-Database/m-p/4903193#M4017</guid>
      <dc:creator>AnHell</dc:creator>
      <dc:date>2025-12-16T15:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Capacity consumed by SQL Database</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Capacity-consumed-by-SQL-Database/m-p/4903203#M4018</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1377026" data-lia-user-login="AnHell" class="lia-mention lia-mention-user"&gt;AnHell&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class=""&gt;This behaviour is expected and relates to how &lt;STRONG&gt;SQL Database items in Fabric&lt;/STRONG&gt; consume capacity compared to &lt;STRONG&gt;Warehouse items&lt;/STRONG&gt;.&lt;/DIV&gt;&lt;HR /&gt;&lt;H3&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; Why does capacity consumption spike with SQL Database?&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;A &lt;STRONG&gt;Fabric SQL Database&lt;/STRONG&gt; uses &lt;STRONG&gt;SQLDbNative operations&lt;/STRONG&gt; for queries. When Power BI connects and pulls 1 million rows, it executes large queries directly against the database engine.&lt;/LI&gt;&lt;LI&gt;These queries are &lt;STRONG&gt;not optimised for analytical workloads&lt;/STRONG&gt; like Warehouses are. Warehouses use &lt;STRONG&gt;distributed compute and caching&lt;/STRONG&gt;, while SQL Databases behave more like traditional OLTP systems.&lt;/LI&gt;&lt;LI&gt;Each query consumes compute resources from your Fabric capacity. For large extracts, multiple parallel operations can easily push usage above 100%.&lt;/LI&gt;&lt;/UL&gt;&lt;HR /&gt;&lt;H3&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; Why is Warehouse different?&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;Warehouses in Fabric are designed for &lt;STRONG&gt;analytical queries&lt;/STRONG&gt; and leverage &lt;STRONG&gt;Direct Lake caching&lt;/STRONG&gt; and distributed execution.&lt;/LI&gt;&lt;LI&gt;When Power BI queries a Warehouse, the engine can optimise and scale better, reducing the per-query capacity footprint.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;Official References:&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/database/sql/overview" target="_blank" rel="noopener"&gt;SQL database Overview - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this response was helpful in any way, I’d gladly accept a &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;much like the joy of seeing a DAX measure work first time without needing another FILTER.&lt;/P&gt;&lt;P&gt;Please mark it as the correct solution. It helps other community members find their way faster (and saves them from another endless loop &lt;span class="lia-unicode-emoji" title=":cyclone:"&gt;🌀&lt;/span&gt;.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 16 Dec 2025 15:33:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Capacity-consumed-by-SQL-Database/m-p/4903203#M4018</guid>
      <dc:creator>Zanqueta</dc:creator>
      <dc:date>2025-12-16T15:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Capacity consumed by SQL Database</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Capacity-consumed-by-SQL-Database/m-p/4904620#M4025</link>
      <description>&lt;P&gt;Thank you very much for the explanation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I have to choose which path to take.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I liked using SQL Database because I could set permissions at the schema level and allow multiple users to access the same database but only see their own data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I go back to Warehouse, I gain capacity, but I lose granular permissions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 08:10:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Capacity-consumed-by-SQL-Database/m-p/4904620#M4025</guid>
      <dc:creator>AnHell</dc:creator>
      <dc:date>2025-12-18T08:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Capacity consumed by SQL Database</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Capacity-consumed-by-SQL-Database/m-p/4910976#M4053</link>
      <description>&lt;P&gt;You can still use a Azure SQL DB to do the same thing, and pay monthly and not consume your Fabric capacity&lt;/P&gt;</description>
      <pubDate>Wed, 31 Dec 2025 16:05:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Capacity-consumed-by-SQL-Database/m-p/4910976#M4053</guid>
      <dc:creator>Thomaslleblanc</dc:creator>
      <dc:date>2025-12-31T16:05:16Z</dc:date>
    </item>
  </channel>
</rss>

