<?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 Handling large datasets efficiency tips in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Handling-large-datasets-efficiency-tips/m-p/795679#M255242</link>
    <description>&lt;P&gt;&lt;FONT face="book antiqua,palatino"&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="book antiqua,palatino"&gt;I am just working on the large datasets(&amp;gt;10 TB) , want to extract the data from Oracle and DB2 and need to do data manipulation.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="book antiqua,palatino"&gt;For this should I use the implicit or explict pass through facility in extracting the data and which one is efficient in performance wise.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="book antiqua,palatino"&gt;Please let me know if there any efficiency techniques in handling the large datasets.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="book antiqua,palatino"&gt;Thanks &amp;amp; Regards,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="book antiqua,palatino"&gt;Siddhu1&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Feb 2022 14:46:51 GMT</pubDate>
    <dc:creator>siddhu1</dc:creator>
    <dc:date>2022-02-11T14:46:51Z</dc:date>
    <item>
      <title>Handling large datasets efficiency tips</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Handling-large-datasets-efficiency-tips/m-p/795679#M255242</link>
      <description>&lt;P&gt;&lt;FONT face="book antiqua,palatino"&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="book antiqua,palatino"&gt;I am just working on the large datasets(&amp;gt;10 TB) , want to extract the data from Oracle and DB2 and need to do data manipulation.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="book antiqua,palatino"&gt;For this should I use the implicit or explict pass through facility in extracting the data and which one is efficient in performance wise.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="book antiqua,palatino"&gt;Please let me know if there any efficiency techniques in handling the large datasets.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="book antiqua,palatino"&gt;Thanks &amp;amp; Regards,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="book antiqua,palatino"&gt;Siddhu1&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 14:46:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Handling-large-datasets-efficiency-tips/m-p/795679#M255242</guid>
      <dc:creator>siddhu1</dc:creator>
      <dc:date>2022-02-11T14:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Handling large datasets efficiency tips</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Handling-large-datasets-efficiency-tips/m-p/795687#M255245</link>
      <description>&lt;P&gt;&lt;SPAN&gt;With data that is that large, I would suggest keeping the data in the DB and using &lt;/SPAN&gt;explicit pass through.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Simple technic to improving performance , only keep the columns you will be using and subset the data(rows/observations)&amp;nbsp; if you are not using all of it either.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 15:11:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Handling-large-datasets-efficiency-tips/m-p/795687#M255245</guid>
      <dc:creator>CarmineVerrell</dc:creator>
      <dc:date>2022-02-11T15:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Handling large datasets efficiency tips</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Handling-large-datasets-efficiency-tips/m-p/795697#M255251</link>
      <description>&lt;P&gt;What&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/23738"&gt;@CarmineVerrell&lt;/a&gt;&amp;nbsp;said: in the first step (where you will probably use explicit pass-through), reduce the dataset horizontally (variables) and vertically (observations).&lt;/P&gt;
&lt;P&gt;From there, it depends on what you have in terms of dataset structure, and where you need to get for your analysis.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 16:19:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Handling-large-datasets-efficiency-tips/m-p/795697#M255251</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-02-11T16:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Handling large datasets efficiency tips</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Handling-large-datasets-efficiency-tips/m-p/795717#M255253</link>
      <description>&lt;P&gt;I highly recommend reading&amp;nbsp;&lt;A href="https://support.sas.com/resources/papers/TacticsForPushingSQLtoRelationalDatabases.pdf" target="_self"&gt;Tactics for Pushing SQL to the Relational&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://support.sas.com/resources/papers/TacticsForPushingSQLtoRelationalDatabases.pdf" target="_self"&gt;Databases&lt;/A&gt;. A little long, but packed with tips.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 17:47:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Handling-large-datasets-efficiency-tips/m-p/795717#M255253</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2022-02-11T17:47:29Z</dc:date>
    </item>
  </channel>
</rss>

