<?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: Significant Workflow Run Time Difference between Designer and Server in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Significant-Workflow-Run-Time-Difference-between-Designer-and/m-p/752641#M8752</link>
    <description>&lt;P&gt;Hmm. Given your description, I would look very closely at the resources that are available on the Server, in particular the amount of available memory and the amount of available disk space.&amp;nbsp; You might even use something like perfmon to see resource usage while this workflow is running.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tool ID -1 messages are typically messages that are unable to be related to a particular tool, for example, often memory limit warnings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Given that this is happening inconsistently, that also lends itself to an issue that is happening because of other load on the Server.&amp;nbsp; When there is less load, it runs in a reasonable amount of time.&amp;nbsp; When there is more load, it takes longer.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would also make sure that the &lt;A href="https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/CReW-Macro-Support/ta-p/465740#:~:text=The%20CReW%20Runner%20macros%20(Runner,Alteryx%20Designer%20%2B%20Scheduler%20or%20AAH." target="_self"&gt;CReW Runner Macros&lt;/A&gt; are not running on the Server.&amp;nbsp; They kick off workflows that aren't added to the queue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Apr 2021 21:27:52 GMT</pubDate>
    <dc:creator>ScottG</dc:creator>
    <dc:date>2021-04-28T21:27:52Z</dc:date>
    <item>
      <title>Significant Workflow Run Time Difference between Designer and Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Significant-Workflow-Run-Time-Difference-between-Designer-and/m-p/747914#M8692</link>
      <description>&lt;P&gt;I have a workflow that reads multiple tables from a 2 difference MS SQL server DBs and processes approx 10M records. After all the transformations write 2 outputs to MS SQL Server DB table as well. (Using the bulk write connection)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is very weird that workflow takes 6-7 mins to finish in designer whilst its taking 45-50 mins on Gallery server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand there is generally run time difference between designer and gallery due to server location and all. Our server is situated in UK, so in other workflows we have experienced 5-6 mins of latency in a workflow that used to take 15 mins on designer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestion what I can keep an eye for to improve the run time on gallery? (anything around 15-20 mins will be acceptable)&lt;/P&gt;</description>
      <pubDate>Fri, 16 Apr 2021 16:33:53 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Significant-Workflow-Run-Time-Difference-between-Designer-and/m-p/747914#M8692</guid>
      <dc:creator>Akash2093</dc:creator>
      <dc:date>2021-04-16T16:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Significant Workflow Run Time Difference between Designer and Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Significant-Workflow-Run-Time-Difference-between-Designer-and/m-p/750241#M8727</link>
      <description>&lt;P&gt;I don't have a silver bullet for you but I would first turn on &lt;A href="https://help.alteryx.com/current/designer/workflow-configuration" target="_self"&gt;Performance Profiling&lt;/A&gt; to make sure that the delay is actually in reading/writing from SQL Server.&amp;nbsp; It may be a different portion of the workflow.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I would recommend using the In-Database Tools as much as possible to reduce the movement of data between the database and Server.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 15:49:25 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Significant-Workflow-Run-Time-Difference-between-Designer-and/m-p/750241#M8727</guid>
      <dc:creator>ScottG</dc:creator>
      <dc:date>2021-04-22T15:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Significant Workflow Run Time Difference between Designer and Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Significant-Workflow-Run-Time-Difference-between-Designer-and/m-p/752319#M8751</link>
      <description>&lt;P&gt;Sorry for delayed response, i observed that this delay happens sporadically. Out of 5 times, 1 time it will take ~50 mins and the other times it will complete by 13-15 mins (which is acceptable). I can also confirm this delay is not due to queueing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i turned on performance profiling on gallary, turned out a tool/process with id "-1" is taking 95% of overall process time. While checked in designer there is no process or tool with this ID, any suggestion what is might be?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 10:27:00 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Significant-Workflow-Run-Time-Difference-between-Designer-and/m-p/752319#M8751</guid>
      <dc:creator>Akash2093</dc:creator>
      <dc:date>2021-04-28T10:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Significant Workflow Run Time Difference between Designer and Server</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Significant-Workflow-Run-Time-Difference-between-Designer-and/m-p/752641#M8752</link>
      <description>&lt;P&gt;Hmm. Given your description, I would look very closely at the resources that are available on the Server, in particular the amount of available memory and the amount of available disk space.&amp;nbsp; You might even use something like perfmon to see resource usage while this workflow is running.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tool ID -1 messages are typically messages that are unable to be related to a particular tool, for example, often memory limit warnings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Given that this is happening inconsistently, that also lends itself to an issue that is happening because of other load on the Server.&amp;nbsp; When there is less load, it runs in a reasonable amount of time.&amp;nbsp; When there is more load, it takes longer.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would also make sure that the &lt;A href="https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/CReW-Macro-Support/ta-p/465740#:~:text=The%20CReW%20Runner%20macros%20(Runner,Alteryx%20Designer%20%2B%20Scheduler%20or%20AAH." target="_self"&gt;CReW Runner Macros&lt;/A&gt; are not running on the Server.&amp;nbsp; They kick off workflows that aren't added to the queue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 21:27:52 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Significant-Workflow-Run-Time-Difference-between-Designer-and/m-p/752641#M8752</guid>
      <dc:creator>ScottG</dc:creator>
      <dc:date>2021-04-28T21:27:52Z</dc:date>
    </item>
  </channel>
</rss>

