<?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 Multiple queries in a dataflow executed sequentially or parallel? in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Multiple-queries-in-a-dataflow-executed-sequentially-or-parallel/m-p/3317658#M417</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm connected to an operational databases which limits the amount of parallel connections it handles to about 10. Any more connection gets a timeout.&lt;/P&gt;&lt;P&gt;If I create a dataflow with 20 queries in it, will these be executed to the database sequentially (one at a time) or parallel (everything shoots at once)?&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jul 2023 06:08:48 GMT</pubDate>
    <dc:creator>Noeleke1301</dc:creator>
    <dc:date>2023-07-06T06:08:48Z</dc:date>
    <item>
      <title>Multiple queries in a dataflow executed sequentially or parallel?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Multiple-queries-in-a-dataflow-executed-sequentially-or-parallel/m-p/3317658#M417</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm connected to an operational databases which limits the amount of parallel connections it handles to about 10. Any more connection gets a timeout.&lt;/P&gt;&lt;P&gt;If I create a dataflow with 20 queries in it, will these be executed to the database sequentially (one at a time) or parallel (everything shoots at once)?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 06:08:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Multiple-queries-in-a-dataflow-executed-sequentially-or-parallel/m-p/3317658#M417</guid>
      <dc:creator>Noeleke1301</dc:creator>
      <dc:date>2023-07-06T06:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple queries in a dataflow executed sequentially or parallel?</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Multiple-queries-in-a-dataflow-executed-sequentially-or-parallel/m-p/3318996#M422</link>
      <description>&lt;P&gt;Hey!&lt;/P&gt;
&lt;P&gt;It depends on how you setup your queries, but by default they just run in parallel. However, if the execution of one of your queries depends on the result of a previous one, then that will need to be executed before that evaluation happens.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 18:37:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Multiple-queries-in-a-dataflow-executed-sequentially-or-parallel/m-p/3318996#M422</guid>
      <dc:creator>miguel</dc:creator>
      <dc:date>2023-07-06T18:37:30Z</dc:date>
    </item>
  </channel>
</rss>

