<?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 Optimise Load via Proc Casutil in SAS Viya</title>
    <link>https://communities.sas.com/t5/SAS-Viya/Optimise-Load-via-Proc-Casutil/m-p/921449#M2297</link>
    <description>&lt;P&gt;I am trying to load a MS-SQL server table to CAS via Proc Casutil Load. The table has more than 100000 records with 2 columns of type NVARCHAR(MAX) which are really big string variables. The load table takes around 4hrs to complete. My environment has 5 worker nodes each of 1TB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What are the options I have to speed up the load ?&lt;/P&gt;</description>
    <pubDate>Fri, 22 Mar 2024 06:56:03 GMT</pubDate>
    <dc:creator>avinashjha1787</dc:creator>
    <dc:date>2024-03-22T06:56:03Z</dc:date>
    <item>
      <title>Optimise Load via Proc Casutil</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Optimise-Load-via-Proc-Casutil/m-p/921449#M2297</link>
      <description>&lt;P&gt;I am trying to load a MS-SQL server table to CAS via Proc Casutil Load. The table has more than 100000 records with 2 columns of type NVARCHAR(MAX) which are really big string variables. The load table takes around 4hrs to complete. My environment has 5 worker nodes each of 1TB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What are the options I have to speed up the load ?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 06:56:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Optimise-Load-via-Proc-Casutil/m-p/921449#M2297</guid>
      <dc:creator>avinashjha1787</dc:creator>
      <dc:date>2024-03-22T06:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Optimise Load via Proc Casutil</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Optimise-Load-via-Proc-Casutil/m-p/921472#M2298</link>
      <description>&lt;P&gt;You could use&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_049/casref/p06tzg0e8vf12kn1jerdue7evtci.htm" target="_self"&gt;numReadNodes=0&lt;/A&gt;&amp;nbsp;to ensure you're using all your workers for multi-node data transfer and then also look into&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_049/casref/n007ei9b7yuucin1kck90hr6ssev.htm" target="_self"&gt;sliceColumn=&lt;/A&gt; and&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_049/casref/n1etp4uciq9b1nn1c4yl93v5eezg.htm" target="_self"&gt;sliceExpressions=&lt;/A&gt;&amp;nbsp;in order to get evenly distributed data.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 11:32:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Optimise-Load-via-Proc-Casutil/m-p/921472#M2298</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2024-03-22T11:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Optimise Load via Proc Casutil</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Optimise-Load-via-Proc-Casutil/m-p/921575#M2299</link>
      <description>&lt;P&gt;And I forgot to mention&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_049/casref/p1mrwk06v6pkizn1ttzelrosugrq.htm" target="_self"&gt;readBuff=&lt;/A&gt;&amp;nbsp;. You might have to do some testing to figure out the optimal number of rows to fetch in one go.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Mar 2024 00:39:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Optimise-Load-via-Proc-Casutil/m-p/921575#M2299</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2024-03-23T00:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Optimise Load via Proc Casutil</title>
      <link>https://communities.sas.com/t5/SAS-Viya/Optimise-Load-via-Proc-Casutil/m-p/921577#M2300</link>
      <description>Do you need all 100K+ rows?&lt;BR /&gt;&lt;BR /&gt;Though this doesn’t seem much IMHO.&lt;BR /&gt;&lt;BR /&gt;You might want to look at PROC CAS&lt;BR /&gt;Table.loadTable action as you can add a where clause to this and other parameters that are not available to PROC CASUTIL.</description>
      <pubDate>Sat, 23 Mar 2024 04:38:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Viya/Optimise-Load-via-Proc-Casutil/m-p/921577#M2300</guid>
      <dc:creator>Mazi</dc:creator>
      <dc:date>2024-03-23T04:38:24Z</dc:date>
    </item>
  </channel>
</rss>

