<?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>Abhigyan Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>Abhigyan Tracker</description>
    <pubDate>Tue, 12 May 2026 14:52:15 GMT</pubDate>
    <dc:date>2026-05-12T14:52:15Z</dc:date>
    <item>
      <title>Re: Performance Management/Fine tuning of DataFlux Jobs</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Performance-Management-Fine-tuning-of-DataFlux-Jobs/m-p/140268#M2168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Shawn. That is a good point you have raised. I will come back to you by implementing the changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 07:30:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Performance-Management-Fine-tuning-of-DataFlux-Jobs/m-p/140268#M2168</guid>
      <dc:creator>Abhigyan</dc:creator>
      <dc:date>2014-01-17T07:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Management/Fine tuning of DataFlux Jobs</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Performance-Management-Fine-tuning-of-DataFlux-Jobs/m-p/140265#M2165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shawn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will definitely try increasing the branch memory cache size option. Also will change the commit frequency and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, for our job, we are writing to the DB using an expression where we are using the Expression Engine Language and DSNs to write data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 14:26:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Performance-Management-Fine-tuning-of-DataFlux-Jobs/m-p/140265#M2165</guid>
      <dc:creator>Abhigyan</dc:creator>
      <dc:date>2014-01-16T14:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Management/Fine tuning of DataFlux Jobs</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Performance-Management-Fine-tuning-of-DataFlux-Jobs/m-p/140263#M2163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shawn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have put that "Lookup Map..."&amp;nbsp; in front of branch. Its executing a bit faster. Anything apart from that which can be implemented, such as changing any of the advanced properties or the configuration files??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 08:31:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Performance-Management-Fine-tuning-of-DataFlux-Jobs/m-p/140263#M2163</guid>
      <dc:creator>Abhigyan</dc:creator>
      <dc:date>2014-01-16T08:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Performance Management/Fine tuning of DataFlux Jobs</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Performance-Management-Fine-tuning-of-DataFlux-Jobs/m-p/140261#M2161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Shawn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following the branch node, i am just adding a few columns and passing some values to those columns. In the "Add GAR.." expression node, I am adding a column. No filtering over there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the embedded jobs, I am using a data job to check for a certain pattern using a if else statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(ascii(x)==49 or ascii(x)==50 . . . . . .&amp;nbsp; or ascii(x)=57)&lt;/P&gt;&lt;P&gt;return true&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;return false&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 06:02:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Performance-Management-Fine-tuning-of-DataFlux-Jobs/m-p/140261#M2161</guid>
      <dc:creator>Abhigyan</dc:creator>
      <dc:date>2014-01-15T06:02:14Z</dc:date>
    </item>
    <item>
      <title>Performance Management/Fine tuning of DataFlux Jobs</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Performance-Management-Fine-tuning-of-DataFlux-Jobs/m-p/140259#M2159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a complex job which branches out to around 10 flows. It starts with a SQL read node which is reading data from a SQL Server database. The table from which data is being read contains around 3.2 million records. A filter has been added and around 1.6 million records are being written. After reading, the data is being processed for quality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All these is taking up a lot of time - approximately &lt;STRONG&gt;20 minutes for reading the data&lt;/STRONG&gt; and around&lt;STRONG&gt; 4 hours for processing the data and completing the job&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way that DataFlux can be configured to complete jobs/read and process data at a much faster way? Can any configurations be done in order to fine tune the jobs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a screenshot to illustrate the time the job is taking.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11800iFCACF7BCAD023C28/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Time.png" title="Time.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 11:59:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Performance-Management-Fine-tuning-of-DataFlux-Jobs/m-p/140259#M2159</guid>
      <dc:creator>Abhigyan</dc:creator>
      <dc:date>2014-01-14T11:59:12Z</dc:date>
    </item>
  </channel>
</rss>

