<?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: Q: How to speedUp load to a remote work-lib? in SAS Community Nordic</title>
    <link>https://communities.sas.com/t5/SAS-Community-Nordic/Q-How-to-speedUp-load-to-a-remote-work-lib/m-p/398054#M90</link>
    <description>You should try proc cimport</description>
    <pubDate>Fri, 22 Sep 2017 11:32:18 GMT</pubDate>
    <dc:creator>RahulG</dc:creator>
    <dc:date>2017-09-22T11:32:18Z</dc:date>
    <item>
      <title>Q: How to speedUp load to a remote work-lib?</title>
      <link>https://communities.sas.com/t5/SAS-Community-Nordic/Q-How-to-speedUp-load-to-a-remote-work-lib/m-p/398049#M89</link>
      <description>&lt;P&gt;Hi folks!&lt;/P&gt;
&lt;P&gt;In traditional SAS/Connect&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to copy a dataset from a client to a remote server using a remote libname&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So far:&lt;/P&gt;
&lt;P&gt;data remote.mydata;&lt;/P&gt;
&lt;P&gt;set local.mydata;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is slow, so is Proc SQL&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ihe datastep only runs on one core (out of 40 available) - right? But PROC SQL should be able to run on eg 4 cores. But the elapse time in the saslog is almost the same. THREADS is enabled and CPUCOUNT=4 in config.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why is SQL not faster than Data?&lt;/P&gt;
&lt;P&gt;Bandwith is about 10Gb/s&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 11:18:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Community-Nordic/Q-How-to-speedUp-load-to-a-remote-work-lib/m-p/398049#M89</guid>
      <dc:creator>jmic_nyk</dc:creator>
      <dc:date>2017-09-22T11:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Q: How to speedUp load to a remote work-lib?</title>
      <link>https://communities.sas.com/t5/SAS-Community-Nordic/Q-How-to-speedUp-load-to-a-remote-work-lib/m-p/398054#M90</link>
      <description>You should try proc cimport</description>
      <pubDate>Fri, 22 Sep 2017 11:32:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Community-Nordic/Q-How-to-speedUp-load-to-a-remote-work-lib/m-p/398054#M90</guid>
      <dc:creator>RahulG</dc:creator>
      <dc:date>2017-09-22T11:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Q: How to speedUp load to a remote work-lib?</title>
      <link>https://communities.sas.com/t5/SAS-Community-Nordic/Q-How-to-speedUp-load-to-a-remote-work-lib/m-p/398059#M91</link>
      <description>&lt;P&gt;Hrmm...&lt;/P&gt;
&lt;P&gt;according to the manual it&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Restores a transport file created by the CPORT procedure."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My data is not a transportfile, but a plain SAS dataset.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 11:40:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Community-Nordic/Q-How-to-speedUp-load-to-a-remote-work-lib/m-p/398059#M91</guid>
      <dc:creator>jmic_nyk</dc:creator>
      <dc:date>2017-09-22T11:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Q: How to speedUp load to a remote work-lib?</title>
      <link>https://communities.sas.com/t5/SAS-Community-Nordic/Q-How-to-speedUp-load-to-a-remote-work-lib/m-p/398063#M92</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to this, it looks like the PROC SQL only uses multi-threading for&amp;nbsp;group by and order by clauses:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/rnd/scalability/procs/index.html" target="_blank"&gt;http://support.sas.com/rnd/scalability/procs/index.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another issue could be the bandwidth&amp;nbsp;not being&amp;nbsp;10Gb/s all the way between the two servers, but as the cpu time in the log is significant compared to real time in both cases, I guess it has to do with single-threading.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not sure how to overcome the issue apart from hardcode the input into chunks, and transfer them seperately in parallel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Christian&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 11:58:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Community-Nordic/Q-How-to-speedUp-load-to-a-remote-work-lib/m-p/398063#M92</guid>
      <dc:creator>CKjeldsen</dc:creator>
      <dc:date>2017-09-22T11:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Q: How to speedUp load to a remote work-lib?</title>
      <link>https://communities.sas.com/t5/SAS-Community-Nordic/Q-How-to-speedUp-load-to-a-remote-work-lib/m-p/398064#M93</link>
      <description>Also my impression - tnx. What about a DS2 step?</description>
      <pubDate>Fri, 22 Sep 2017 12:01:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Community-Nordic/Q-How-to-speedUp-load-to-a-remote-work-lib/m-p/398064#M93</guid>
      <dc:creator>jmic_nyk</dc:creator>
      <dc:date>2017-09-22T12:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Q: How to speedUp load to a remote work-lib?</title>
      <link>https://communities.sas.com/t5/SAS-Community-Nordic/Q-How-to-speedUp-load-to-a-remote-work-lib/m-p/398065#M94</link>
      <description>&lt;P&gt;Have you tried proc upload?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 12:05:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Community-Nordic/Q-How-to-speedUp-load-to-a-remote-work-lib/m-p/398065#M94</guid>
      <dc:creator>KirstenHaubjerg</dc:creator>
      <dc:date>2017-09-22T12:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Q: How to speedUp load to a remote work-lib?</title>
      <link>https://communities.sas.com/t5/SAS-Community-Nordic/Q-How-to-speedUp-load-to-a-remote-work-lib/m-p/398067#M95</link>
      <description>&lt;P&gt;No - I suppose it also runs single threaded. But I will try - just in case &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 12:06:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Community-Nordic/Q-How-to-speedUp-load-to-a-remote-work-lib/m-p/398067#M95</guid>
      <dc:creator>jmic_nyk</dc:creator>
      <dc:date>2017-09-22T12:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Q: How to speedUp load to a remote work-lib?</title>
      <link>https://communities.sas.com/t5/SAS-Community-Nordic/Q-How-to-speedUp-load-to-a-remote-work-lib/m-p/398068#M96</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31388"&gt;@jmic_nyk&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried to use &lt;A title="Example code" href="http://support.sas.com/documentation/cdl/en/proc/70377/HTML/default/viewer.htm#p0wpwv5w54k35gn11y3rpqusf5s3.htm" target="_blank"&gt;proc copy&lt;/A&gt; ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The data step and sql will perform 'twice' as much work, as they also put the data into the Program Data Vector.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps&amp;nbsp;&lt;SPAN&gt;CLONE,&amp;nbsp;BUFSIZE=&amp;nbsp;or&amp;nbsp;COMPRESS the data before Proc Copy.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/Gert&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 12:20:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Community-Nordic/Q-How-to-speedUp-load-to-a-remote-work-lib/m-p/398068#M96</guid>
      <dc:creator>GertNissen</dc:creator>
      <dc:date>2017-09-22T12:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Q: How to speedUp load to a remote work-lib?</title>
      <link>https://communities.sas.com/t5/SAS-Community-Nordic/Q-How-to-speedUp-load-to-a-remote-work-lib/m-p/398070#M97</link>
      <description>Will try - tnx.</description>
      <pubDate>Fri, 22 Sep 2017 12:30:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Community-Nordic/Q-How-to-speedUp-load-to-a-remote-work-lib/m-p/398070#M97</guid>
      <dc:creator>jmic_nyk</dc:creator>
      <dc:date>2017-09-22T12:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Q: How to speedUp load to a remote work-lib?</title>
      <link>https://communities.sas.com/t5/SAS-Community-Nordic/Q-How-to-speedUp-load-to-a-remote-work-lib/m-p/398071#M98</link>
      <description>All suggestions in a batch job - hopefully results on monday. TNX again</description>
      <pubDate>Fri, 22 Sep 2017 12:31:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Community-Nordic/Q-How-to-speedUp-load-to-a-remote-work-lib/m-p/398071#M98</guid>
      <dc:creator>jmic_nyk</dc:creator>
      <dc:date>2017-09-22T12:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Q: How to speedUp load to a remote work-lib?</title>
      <link>https://communities.sas.com/t5/SAS-Community-Nordic/Q-How-to-speedUp-load-to-a-remote-work-lib/m-p/398073#M99</link>
      <description>&lt;P&gt;Have&amp;nbsp;a nice weekend - looking forward to read about your experience on performance. /Gert&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 15:22:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Community-Nordic/Q-How-to-speedUp-load-to-a-remote-work-lib/m-p/398073#M99</guid>
      <dc:creator>GertNissen</dc:creator>
      <dc:date>2017-09-25T15:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Q: How to speedUp load to a remote work-lib?</title>
      <link>https://communities.sas.com/t5/SAS-Community-Nordic/Q-How-to-speedUp-load-to-a-remote-work-lib/m-p/440019#M161</link>
      <description>&lt;P&gt;We'll wrap this question up at out SASNineNetwork meeting at Thursday in Copenhagen. I have some conclusions - but not all the way around the topic.&lt;/P&gt;</description>
      <pubDate>Sun, 25 Feb 2018 11:49:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Community-Nordic/Q-How-to-speedUp-load-to-a-remote-work-lib/m-p/440019#M161</guid>
      <dc:creator>jmic_nyk</dc:creator>
      <dc:date>2018-02-25T11:49:02Z</dc:date>
    </item>
  </channel>
</rss>

