<?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 How to improve execution time of dqmatch function in Developers</title>
    <link>https://communities.sas.com/t5/Developers/How-to-improve-execution-time-of-dqmatch-function/m-p/470177#M5710</link>
    <description>&lt;P&gt;I have following code:&lt;/P&gt;&lt;P&gt;data _null_;&lt;BR /&gt;x = dqmatch('Indrajeet Patil','Name',80,'ENUSA');&lt;BR /&gt;put x=;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This is used to generate match code, executing stored process each time there is a call from source system.&lt;BR /&gt;This code takes 2-3 seconds to complete first time you execute it in a session.&lt;BR /&gt;Later executions on the same sessions take milliseconds.&lt;BR /&gt;Response should be much faster as this is used in real-time screening.&lt;BR /&gt;How to improve this code for first time execution also the&amp;nbsp;later executions?&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jun 2018 03:26:05 GMT</pubDate>
    <dc:creator>Indrajeet</dc:creator>
    <dc:date>2018-06-14T03:26:05Z</dc:date>
    <item>
      <title>How to improve execution time of dqmatch function</title>
      <link>https://communities.sas.com/t5/Developers/How-to-improve-execution-time-of-dqmatch-function/m-p/470177#M5710</link>
      <description>&lt;P&gt;I have following code:&lt;/P&gt;&lt;P&gt;data _null_;&lt;BR /&gt;x = dqmatch('Indrajeet Patil','Name',80,'ENUSA');&lt;BR /&gt;put x=;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This is used to generate match code, executing stored process each time there is a call from source system.&lt;BR /&gt;This code takes 2-3 seconds to complete first time you execute it in a session.&lt;BR /&gt;Later executions on the same sessions take milliseconds.&lt;BR /&gt;Response should be much faster as this is used in real-time screening.&lt;BR /&gt;How to improve this code for first time execution also the&amp;nbsp;later executions?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 03:26:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-to-improve-execution-time-of-dqmatch-function/m-p/470177#M5710</guid>
      <dc:creator>Indrajeet</dc:creator>
      <dc:date>2018-06-14T03:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to improve execution time of dqmatch function</title>
      <link>https://communities.sas.com/t5/Developers/How-to-improve-execution-time-of-dqmatch-function/m-p/470192#M5711</link>
      <description>&lt;P&gt;First time execution could be longer, because the sas session has to be started.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I recommend contacting tech support, because analysing performance issues requires in-deep knowledge of the whole system.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 05:14:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-to-improve-execution-time-of-dqmatch-function/m-p/470192#M5711</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2018-06-14T05:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to improve execution time of dqmatch function</title>
      <link>https://communities.sas.com/t5/Developers/How-to-improve-execution-time-of-dqmatch-function/m-p/470206#M5712</link>
      <description>Consider deploying it as a real time service on your data management server&lt;BR /&gt;instead. In that case you will have a process that is constantly online to&lt;BR /&gt;fulfill requests. You will get identical result, but a lot faster.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vasilij&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Jun 2018 06:31:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-to-improve-execution-time-of-dqmatch-function/m-p/470206#M5712</guid>
      <dc:creator>VasilijNevlev</dc:creator>
      <dc:date>2018-06-14T06:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to improve execution time of dqmatch function</title>
      <link>https://communities.sas.com/t5/Developers/How-to-improve-execution-time-of-dqmatch-function/m-p/470214#M5713</link>
      <description>&lt;P&gt;Even if a stored process server has its instances already started, over time they will be paged out to paging space due to inactivity. Then the first request will be delayed while the process is paged back in.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 07:46:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-to-improve-execution-time-of-dqmatch-function/m-p/470214#M5713</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-06-14T07:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to improve execution time of dqmatch function</title>
      <link>https://communities.sas.com/t5/Developers/How-to-improve-execution-time-of-dqmatch-function/m-p/470422#M5714</link>
      <description>&lt;P&gt;I suspect that your sassrv user is configured as an off-host / AD user, and that the authentication required&amp;nbsp;at the operating system level to start a Multibridge session is causing a delay.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Increase the&amp;nbsp; STP Server Start Size to match the number of Multibridge sessions you have defined, and if you're going to depend on this as an operational scoring service, also define some&amp;nbsp;additional Multibridge sessions (assuming current default of 3). Increasing Start Size to match the number of sessions will make sure that STP multibridge processes are authenticated at the OS level and started by the Spawner long before your STP request ever hits them, so that they are ready for execution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note on increasing start size and removing the Inactivity Timeout:&amp;nbsp;&lt;A href="http://support.sas.com/kb/20/769.html" target="_blank"&gt;http://support.sas.com/kb/20/769.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Note on adding multibridge sessions:&amp;nbsp;&lt;A href="http://support.sas.com/kb/30/568.html" target="_blank"&gt;http://support.sas.com/kb/30/568.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;- when you consider the typically 60ms+ round trip from client -&amp;gt; spawner -&amp;gt; metadata -&amp;gt; multibridge -&amp;gt; client, the page faults will be insignificant.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nik&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 19:43:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-to-improve-execution-time-of-dqmatch-function/m-p/470422#M5714</guid>
      <dc:creator>boemskats</dc:creator>
      <dc:date>2018-06-14T19:43:23Z</dc:date>
    </item>
  </channel>
</rss>

