<?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 SAS DI Lookup transformation in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Lookup-transformation/m-p/266627#M7364</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When using a lookup: does the columns selected in the lookup table impact the performance?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example: columns in LookupTable: ID, Name, Adress, Telephone, Age, Gender, ... and 200 other columns.&lt;/P&gt;
&lt;P&gt;When doing a lookup on ID, i only want to retrieve the Age.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Will it matter that my other columns are available in the lookuptable or not? Or do i have to filter out all other columns before the lookupstep?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 27 Apr 2016 06:40:35 GMT</pubDate>
    <dc:creator>Filipvdr</dc:creator>
    <dc:date>2016-04-27T06:40:35Z</dc:date>
    <item>
      <title>SAS DI Lookup transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Lookup-transformation/m-p/266627#M7364</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When using a lookup: does the columns selected in the lookup table impact the performance?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example: columns in LookupTable: ID, Name, Adress, Telephone, Age, Gender, ... and 200 other columns.&lt;/P&gt;
&lt;P&gt;When doing a lookup on ID, i only want to retrieve the Age.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Will it matter that my other columns are available in the lookuptable or not? Or do i have to filter out all other columns before the lookupstep?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2016 06:40:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Lookup-transformation/m-p/266627#M7364</guid>
      <dc:creator>Filipvdr</dc:creator>
      <dc:date>2016-04-27T06:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI Lookup transformation</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Lookup-transformation/m-p/266727#M7378</link>
      <description>&lt;P&gt;Having data sets with 200 columns sounds like your data is not modelled properly...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sure, you could drop columns. But if you need them later on, any join operation&amp;nbsp;will cost much more than gain to drop them.&lt;/P&gt;
&lt;P&gt;The Lookup transform uses a data step that reads the source data sequentially - which usually is not very expensive. What drives performance in the Lookup is the no of lookup tables, and their size.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2016 14:39:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Lookup-transformation/m-p/266727#M7378</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-04-27T14:39:25Z</dc:date>
    </item>
  </channel>
</rss>

