<?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: Fabric Copy Data activity Capacity Usage in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Copy-Data-activity-Capacity-Usage/m-p/5296546#M17256</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1586964"&gt;@harrybao0901&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Thanks for reaching out to the Microsoft Fabric Community forum. and thanks to&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/702779"&gt;@sannavajjala&lt;/a&gt;&amp;nbsp;for sharing valuable insights.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to the official Fabric documentation, Data Movement consumption for a Copy activity is based on:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Copy activity run duration&lt;/LI&gt;
&lt;LI&gt;The intelligent optimization throughput resources used during the Copy activity execution&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The Copy activity also handles the copy process by connecting to the source, processing the data (such as serialization/deserialization, compression/decompression, column mapping, and data type conversions), writing the processed data to the destination, and providing monitoring with detailed logs and metrics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To compare the SQL Server → Snowflake and Files → Snowflake executions, you can review the Copy activity monitoring details, including metrics such as copyDuration, dataRead, dataWritten, throughput, usedDataIntegrationUnits, and usedParallelCopies.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more information, please refer to the below official documentation:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/pricing-pipelines" target="_blank"&gt;Pricing for Pipelines - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/copy-data-activity" target="_blank"&gt;How to copy data using copy activity - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/monitor-copy-activity" target="_blank"&gt;Monitor Copy activity - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;I hope this helps. Please feel free to reach out if you have any further questions.&lt;BR /&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jul 2026 09:32:56 GMT</pubDate>
    <dc:creator>v-abhinavmu</dc:creator>
    <dc:date>2026-07-15T09:32:56Z</dc:date>
    <item>
      <title>Fabric Copy Data activity Capacity Usage</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Copy-Data-activity-Capacity-Usage/m-p/5291791#M17233</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Curerntly, I'm looking into the performance of the pipeline in Fabric and checking the CU via Capacity Metrics App. Why the DataMovement for job with duration is 44 is 1080, but for others is only 360. I thought if the duration is less than 60s, it still takes 360 only. Is the data size one of the factor, since the jobs with 44s is moving data from a SQL server, and others are files. That'd be much help if anyone could help me understand the mechanism. Thanks!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="harrybao0901_0-1783989389567.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1355445iE9952C977A259398/image-size/medium?v=v2&amp;amp;px=400" role="button" title="harrybao0901_0-1783989389567.png" alt="harrybao0901_0-1783989389567.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2026 00:41:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Copy-Data-activity-Capacity-Usage/m-p/5291791#M17233</guid>
      <dc:creator>harrybao0901</dc:creator>
      <dc:date>2026-07-14T00:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Copy Data activity Capacity Usage</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Copy-Data-activity-Capacity-Usage/m-p/5292058#M17237</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you're seeing is expected behavior in many Fabric pipeline scenarios. While duration is one factor in CU consumption, it is not the only factor. The Capacity Metrics App calculates DataMovement CU usage based on the underlying compute resources and data movement activities involved, not just the execution time.&lt;/P&gt;&lt;P&gt;In your example, the 44-second DataMovement operation consuming 1080 CU likely required more intensive data movement resources than the 11–12 second operations consuming 360 CU. The source and destination types can make a significant difference. Moving data from SQL Server often involves connectors, query execution, network transfer, data serialization, and potential transformation overhead, whereas file-based operations may require fewer resources even if the runtime appears similar.&lt;/P&gt;&lt;P&gt;Other factors that can influence DataMovement CU consumption include:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Data volume being transferred&lt;/LI&gt;&lt;LI&gt;Number of rows and columns processed&lt;/LI&gt;&lt;LI&gt;Connector type (SQL Server, SAP, APIs, files, etc.)&lt;/LI&gt;&lt;LI&gt;Parallelism used by the pipeline&lt;/LI&gt;&lt;LI&gt;Network and gateway involvement&lt;/LI&gt;&lt;LI&gt;Data transformation or staging operations performed during movement&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The common assumption that anything under 60 seconds consumes the same amount of capacity isn't always accurate. Fabric measures resource consumption based on workload characteristics and compute utilization, not strictly on elapsed time.&lt;/P&gt;&lt;P&gt;To validate whether data size is the main driver in your case, compare the amount of data moved, row counts, and source types for the 1080 CU execution versus the 360 CU executions. If the SQL Server activity transferred substantially more data or required more processing, the higher CU consumption would be expected even with a runtime under 60 seconds.&lt;/P&gt;&lt;P&gt;If you can share the activity type (Copy Data, Dataflow Gen2, Notebook, etc.) and approximate data volumes involved, the community may be able to provide a more precise explanation of the CU calculation for that specific workload.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manoj Annavajjala&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2026 03:43:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Copy-Data-activity-Capacity-Usage/m-p/5292058#M17237</guid>
      <dc:creator>sannavajjala</dc:creator>
      <dc:date>2026-07-14T03:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Copy Data activity Capacity Usage</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Copy-Data-activity-Capacity-Usage/m-p/5292085#M17239</link>
      <description>&lt;P&gt;it's copy data activity. i copy around 30 tables from sql server to snowflake. the table size are not the same, some only 1K, 4K rows, some could reach 10K rows or more. but all CU are equivalent 1080.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the case above (in the topic) is betwen files to snowflake and sql server to snowflake.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2026 03:55:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Copy-Data-activity-Capacity-Usage/m-p/5292085#M17239</guid>
      <dc:creator>harrybao0901</dc:creator>
      <dc:date>2026-07-14T03:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Copy Data activity Capacity Usage</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Copy-Data-activity-Capacity-Usage/m-p/5296546#M17256</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1586964"&gt;@harrybao0901&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Thanks for reaching out to the Microsoft Fabric Community forum. and thanks to&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/702779"&gt;@sannavajjala&lt;/a&gt;&amp;nbsp;for sharing valuable insights.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to the official Fabric documentation, Data Movement consumption for a Copy activity is based on:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Copy activity run duration&lt;/LI&gt;
&lt;LI&gt;The intelligent optimization throughput resources used during the Copy activity execution&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The Copy activity also handles the copy process by connecting to the source, processing the data (such as serialization/deserialization, compression/decompression, column mapping, and data type conversions), writing the processed data to the destination, and providing monitoring with detailed logs and metrics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To compare the SQL Server → Snowflake and Files → Snowflake executions, you can review the Copy activity monitoring details, including metrics such as copyDuration, dataRead, dataWritten, throughput, usedDataIntegrationUnits, and usedParallelCopies.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more information, please refer to the below official documentation:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/pricing-pipelines" target="_blank"&gt;Pricing for Pipelines - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/copy-data-activity" target="_blank"&gt;How to copy data using copy activity - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/monitor-copy-activity" target="_blank"&gt;Monitor Copy activity - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;I hope this helps. Please feel free to reach out if you have any further questions.&lt;BR /&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2026 09:32:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Copy-Data-activity-Capacity-Usage/m-p/5296546#M17256</guid>
      <dc:creator>v-abhinavmu</dc:creator>
      <dc:date>2026-07-15T09:32:56Z</dc:date>
    </item>
  </channel>
</rss>

