<?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: Performance about a notebook to read Dynamics 365 Business Central data by using API in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Performance-about-a-notebook-to-read-Dynamics-365-Business/m-p/4775422#M11217</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="719515" data-lia-user-login="pmscorca" class="lia-mention lia-mention-user"&gt;pmscorca&lt;/a&gt;, yes, but choose according to your usecase.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jul 2025 16:42:18 GMT</pubDate>
    <dc:creator>v-prasare</dc:creator>
    <dc:date>2025-07-24T16:42:18Z</dc:date>
    <item>
      <title>Performance about a notebook to read Dynamics 365 Business Central data by using API</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Performance-about-a-notebook-to-read-Dynamics-365-Business/m-p/4767310#M11014</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to implement a Fabric notebook to read Dynamics 365 Businesss Central data by using the BC API.&lt;/P&gt;&lt;P&gt;I don't know how a such API functions. It seems that this API is based on OData service,&amp;nbsp;that is a not very high-performance service.&lt;/P&gt;&lt;P&gt;I thought to create a notebook for an initial full load and next for an incremental load.&lt;BR /&gt;Has anyone had any experience with a notebook plus BC API regarding the performance offered in order to have any suggests?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 16:31:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Performance-about-a-notebook-to-read-Dynamics-365-Business/m-p/4767310#M11014</guid>
      <dc:creator>pmscorca</dc:creator>
      <dc:date>2025-07-17T16:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Performance about a notebook to read Dynamics 365 Business Central data by using API</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Performance-about-a-notebook-to-read-Dynamics-365-Business/m-p/4768453#M11041</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="719515" data-lia-user-login="pmscorca" class="lia-mention lia-mention-user"&gt;pmscorca&lt;/a&gt;,&lt;/P&gt;
&lt;P data-start="79" data-end="379"&gt;integrating Dynamics 365 Business Central (BC) data using the BC API (OData V4) in Microsoft Fabric notebooks is a common and supported approach.&lt;BR data-start="233" data-end="236" /&gt;However, due to OData's performance constraints, especially with large datasets careful implementation is essential.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Prashanth Are&lt;/P&gt;
&lt;P&gt;MS Fabric community support&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2025 15:34:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Performance-about-a-notebook-to-read-Dynamics-365-Business/m-p/4768453#M11041</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-07-18T15:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Performance about a notebook to read Dynamics 365 Business Central data by using API</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Performance-about-a-notebook-to-read-Dynamics-365-Business/m-p/4768529#M11047</link>
      <description>&lt;P&gt;Hi, in terms of performance and costs is it better implementing a notebook that uses the BC API or creating a data pipeline (copy job) that uses the Fabric OData connector?&lt;/P&gt;&lt;P&gt;BC API (vers. 2.0) and Fabric OData connector are both based on the OData v4 protocol.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2025 12:57:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Performance-about-a-notebook-to-read-Dynamics-365-Business/m-p/4768529#M11047</guid>
      <dc:creator>pmscorca</dc:creator>
      <dc:date>2025-07-18T12:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Performance about a notebook to read Dynamics 365 Business Central data by using API</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Performance-about-a-notebook-to-read-Dynamics-365-Business/m-p/4768741#M11054</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="719515" data-lia-user-login="pmscorca" class="lia-mention lia-mention-user"&gt;pmscorca&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="79" data-end="379"&gt;Key considerations include:&lt;/P&gt;
&lt;UL data-start="381" data-end="914"&gt;
&lt;LI data-start="381" data-end="488"&gt;
&lt;P data-start="383" data-end="488"&gt;Pagination Handling: OData responses are paged; proper looping with @odata.nextLink&amp;nbsp;is necessary.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="489" data-end="583"&gt;
&lt;P data-start="491" data-end="583"&gt;Filtering and $select: Use query options to limit data volume and improve performance.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="584" data-end="722"&gt;
&lt;P data-start="586" data-end="722"&gt;Initial vs. Incremental Load: Design a full load for historical data and a separate incremental load based on modified timestamps.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="723" data-end="813"&gt;
&lt;P data-start="725" data-end="813"&gt;Error and Retry Logic: Implement robust error handling for timeouts or throttling.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="814" data-end="914"&gt;
&lt;P data-start="816" data-end="914"&gt;Data Volume Management: For large volumes, consider batching the load or using staging layers.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Prashanth Are&lt;/P&gt;
&lt;P&gt;MS fabric community support&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2025 15:35:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Performance-about-a-notebook-to-read-Dynamics-365-Business/m-p/4768741#M11054</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-07-18T15:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Performance about a notebook to read Dynamics 365 Business Central data by using API</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Performance-about-a-notebook-to-read-Dynamics-365-Business/m-p/4769669#M11083</link>
      <description>&lt;P&gt;Ok, but&amp;nbsp;in terms of performance and costs is it better implementing a notebook that uses the BC API or creating a data pipeline (copy job) that uses the Fabric OData connector? Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jul 2025 17:20:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Performance-about-a-notebook-to-read-Dynamics-365-Business/m-p/4769669#M11083</guid>
      <dc:creator>pmscorca</dc:creator>
      <dc:date>2025-07-20T17:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Performance about a notebook to read Dynamics 365 Business Central data by using API</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Performance-about-a-notebook-to-read-Dynamics-365-Business/m-p/4769777#M11084</link>
      <description>&lt;P&gt;Simple Answer : Avoid these&amp;nbsp;&lt;SPAN&gt;Dynamics 365 Business Central (BC)&amp;nbsp;&lt;/SPAN&gt;REST APIs in Fabric Notebook.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 03:10:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Performance-about-a-notebook-to-read-Dynamics-365-Business/m-p/4769777#M11084</guid>
      <dc:creator>BhaveshPatel</dc:creator>
      <dc:date>2025-07-21T03:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Performance about a notebook to read Dynamics 365 Business Central data by using API</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Performance-about-a-notebook-to-read-Dynamics-365-Business/m-p/4771730#M11139</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="719515" data-lia-user-login="pmscorca" class="lia-mention lia-mention-user"&gt;pmscorca&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In terms of performance, the Data Pipeline approach generally provides better results. It is optimized for bulk data movement, supports built-in parallelism, and is tuned for efficient handling of OData sources like Dynamics 365 Business Central. This makes it more suitable for high-volume or full-load scenarios.&lt;/P&gt;
&lt;P&gt;When considering cost, Data Pipelines again come out ahead. They have lower orchestration overhead and are designed to be lightweight and efficient for recurring ETL tasks. Since they don’t require custom compute or extended execution times like notebooks, they’re usually more cost-effective.&lt;/P&gt;
&lt;P&gt;In terms of reliability, especially when dealing with rate-limiting, API throttling, or complex retry strategies, Notebooks are more reliable. They allow full control over retry logic, timeouts, and error handling mechanisms, which is essential for robust data extraction from business APIs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Finally, when it comes to simplicity, Data Pipelines are the preferred choice. They provide a user-friendly interface, come with built-in OData connectors, and handle authentication and API interactions automatically. This makes them well-suited for quick setup and straightforward data integration tasks without the need for complex configurations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Prashanth Are&lt;/P&gt;
&lt;P&gt;MS fabric community support&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 06:34:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Performance-about-a-notebook-to-read-Dynamics-365-Business/m-p/4771730#M11139</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-07-22T06:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Performance about a notebook to read Dynamics 365 Business Central data by using API</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Performance-about-a-notebook-to-read-Dynamics-365-Business/m-p/4771835#M11143</link>
      <description>&lt;P&gt;Ok, but is there an alternative solution, considering performance and costs?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 07:37:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Performance-about-a-notebook-to-read-Dynamics-365-Business/m-p/4771835#M11143</guid>
      <dc:creator>pmscorca</dc:creator>
      <dc:date>2025-07-22T07:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Performance about a notebook to read Dynamics 365 Business Central data by using API</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Performance-about-a-notebook-to-read-Dynamics-365-Business/m-p/4771842#M11144</link>
      <description>&lt;P&gt;Ok, therefore to get structured data as those BC ones reading some large table, using Data pipeline with OData connector seems as better solution as possible in terms of performance and costs, isn't it?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 07:48:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Performance-about-a-notebook-to-read-Dynamics-365-Business/m-p/4771842#M11144</guid>
      <dc:creator>pmscorca</dc:creator>
      <dc:date>2025-07-22T07:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Performance about a notebook to read Dynamics 365 Business Central data by using API</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Performance-about-a-notebook-to-read-Dynamics-365-Business/m-p/4775422#M11217</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="719515" data-lia-user-login="pmscorca" class="lia-mention lia-mention-user"&gt;pmscorca&lt;/a&gt;, yes, but choose according to your usecase.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 16:42:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Performance-about-a-notebook-to-read-Dynamics-365-Business/m-p/4775422#M11217</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-07-24T16:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Performance about a notebook to read Dynamics 365 Business Central data by using API</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Performance-about-a-notebook-to-read-Dynamics-365-Business/m-p/4776690#M11257</link>
      <description>&lt;P&gt;Hi, thinking to use Data Factory it seems that the OData connector is supported by data pipelines and data flows gen2 but not by copy jobs, while the Dynamics 365 Business Central connector is only supported by data flows gen2.&lt;/P&gt;&lt;P&gt;Is correct the official documentation about these connectors?&lt;/P&gt;&lt;P&gt;It could be very useful to use a copy job with these 2 connectors to a BC source.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 16:36:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Performance-about-a-notebook-to-read-Dynamics-365-Business/m-p/4776690#M11257</guid>
      <dc:creator>pmscorca</dc:creator>
      <dc:date>2025-07-25T16:36:56Z</dc:date>
    </item>
  </channel>
</rss>

