<?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: Table Loader transformation (SAS DI Studio on SAS 9.4) - slow on loading to Oracle in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Table-Loader-transformation-SAS-DI-Studio-on-SAS-9-4-slow-on/m-p/446146#M13764</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/166915"&gt;@strsljen&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;First thing I'd check: Option settings for INSERTBUFF and DBCOMMIT&lt;/P&gt;
&lt;P&gt;If changing these options to something better than the installation default doesn't help: Consider using bulk load (also managed via options).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The following discussion might also be useful for you (as well as the link to a tuning paper in there).&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Data-Management/The-SQL-tuning-checklist/m-p/438922#M13536" target="_blank"&gt;https://communities.sas.com/t5/SAS-Data-Management/The-SQL-tuning-checklist/m-p/438922#M13536&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Mar 2018 23:58:02 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2018-03-16T23:58:02Z</dc:date>
    <item>
      <title>Table Loader transformation (SAS DI Studio on SAS 9.4) - slow on loading to Oracle</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Table-Loader-transformation-SAS-DI-Studio-on-SAS-9-4-slow-on/m-p/446138#M13763</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 50 million obs output data set to be written back to Oracle table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using Table Loader transformation and can't ignore the fact that it is incredibly slow.&lt;/P&gt;&lt;P&gt;Table has 5 attributes, indexes dropped.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using default proc append.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If someone can suggest some tuning tips for Table Loader, I would really apretiate it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 12:51:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Table-Loader-transformation-SAS-DI-Studio-on-SAS-9-4-slow-on/m-p/446138#M13763</guid>
      <dc:creator>strsljen</dc:creator>
      <dc:date>2018-03-16T12:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Table Loader transformation (SAS DI Studio on SAS 9.4) - slow on loading to Oracle</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Table-Loader-transformation-SAS-DI-Studio-on-SAS-9-4-slow-on/m-p/446146#M13764</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/166915"&gt;@strsljen&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;First thing I'd check: Option settings for INSERTBUFF and DBCOMMIT&lt;/P&gt;
&lt;P&gt;If changing these options to something better than the installation default doesn't help: Consider using bulk load (also managed via options).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The following discussion might also be useful for you (as well as the link to a tuning paper in there).&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Data-Management/The-SQL-tuning-checklist/m-p/438922#M13536" target="_blank"&gt;https://communities.sas.com/t5/SAS-Data-Management/The-SQL-tuning-checklist/m-p/438922#M13536&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 23:58:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Table-Loader-transformation-SAS-DI-Studio-on-SAS-9-4-slow-on/m-p/446146#M13764</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2018-03-16T23:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Table Loader transformation (SAS DI Studio on SAS 9.4) - slow on loading to Oracle</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Table-Loader-transformation-SAS-DI-Studio-on-SAS-9-4-slow-on/m-p/446742#M13765</link>
      <description>&lt;P&gt;Adding&amp;nbsp;INSERTBUFF=16000 helped a lot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also set BUFNO to 50.&lt;/P&gt;&lt;P&gt;That reduced load time from 40min to 1min25sec.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 12:16:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Table-Loader-transformation-SAS-DI-Studio-on-SAS-9-4-slow-on/m-p/446742#M13765</guid>
      <dc:creator>strsljen</dc:creator>
      <dc:date>2018-03-19T12:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Table Loader transformation (SAS DI Studio on SAS 9.4) - slow on loading to Oracle</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Table-Loader-transformation-SAS-DI-Studio-on-SAS-9-4-slow-on/m-p/447007#M13781</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/166915"&gt;@strsljen&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;If there isn't any special reason to do otherwise then I normally set buffno to zero. This way there's only a single commit once all the data got loaded.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 05:53:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Table-Loader-transformation-SAS-DI-Studio-on-SAS-9-4-slow-on/m-p/447007#M13781</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2018-03-20T05:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Table Loader transformation (SAS DI Studio on SAS 9.4) - slow on loading to Oracle</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Table-Loader-transformation-SAS-DI-Studio-on-SAS-9-4-slow-on/m-p/447016#M13784</link>
      <description>&lt;P&gt;Thanks Patrick! Will set it to MIN (default) and re-run the load to see if the load time is not significally worse.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 07:29:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Table-Loader-transformation-SAS-DI-Studio-on-SAS-9-4-slow-on/m-p/447016#M13784</guid>
      <dc:creator>strsljen</dc:creator>
      <dc:date>2018-03-20T07:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Table Loader transformation (SAS DI Studio on SAS 9.4) - slow on loading to Oracle</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Table-Loader-transformation-SAS-DI-Studio-on-SAS-9-4-slow-on/m-p/447020#M13785</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/166915"&gt;@strsljen&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Not to &lt;EM&gt;min&lt;/EM&gt; but literally to zero: &lt;EM&gt;dbcommit=0&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Besides of performance this also ensures that you'll never end up with a partially loaded table but it's either all or nothing - which in my opinion makes it easier to fix things and rerun as you don't have to care about backing out partially loaded data.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 07:45:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Table-Loader-transformation-SAS-DI-Studio-on-SAS-9-4-slow-on/m-p/447020#M13785</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2018-03-20T07:45:40Z</dc:date>
    </item>
  </channel>
</rss>

