<?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: Request explanation on differences in transformations in DI Studio in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Request-explanation-on-differences-in-transformations-in-DI/m-p/384921#M11625</link>
    <description>&lt;P&gt;The manual is generally the first place for information:&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/etlug/65016/HTML/default/viewer.htm#n0geesvp950nken1tetx8ffwoxkt.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/etlug/65016/HTML/default/viewer.htm#n0geesvp950nken1tetx8ffwoxkt.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Aug 2017 12:00:20 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2017-08-02T12:00:20Z</dc:date>
    <item>
      <title>Request explanation on differences in transformations in DI Studio</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Request-explanation-on-differences-in-transformations-in-DI/m-p/384919#M11624</link>
      <description>&lt;P&gt;what is difference between look up transformation and join transofrmation.???&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 11:59:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Request-explanation-on-differences-in-transformations-in-DI/m-p/384919#M11624</guid>
      <dc:creator>Sharad_Pujari</dc:creator>
      <dc:date>2017-08-02T11:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Request explanation on differences in transformations in DI Studio</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Request-explanation-on-differences-in-transformations-in-DI/m-p/384921#M11625</link>
      <description>&lt;P&gt;The manual is generally the first place for information:&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/etlug/65016/HTML/default/viewer.htm#n0geesvp950nken1tetx8ffwoxkt.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/etlug/65016/HTML/default/viewer.htm#n0geesvp950nken1tetx8ffwoxkt.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 12:00:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Request-explanation-on-differences-in-transformations-in-DI/m-p/384921#M11625</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-08-02T12:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: DI Studio</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Request-explanation-on-differences-in-transformations-in-DI/m-p/384922#M11626</link>
      <description>&lt;P&gt;In a lookup transformation, the lookup tables are loaded into memory at the start, and the main table is processed sequentially.&lt;/P&gt;
&lt;P&gt;In a join transformation, all tables need to be sorted (often done implicitly by a SQL step) and then merged along the by variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Joins should be done when the contributing tables are quite large, or there is a m:n relationship.&lt;/P&gt;
&lt;P&gt;Lookups are good for smaller lookup tables (small just meaning they should fit into memory) and 1:n relationships (lookup to main); one can do several lookups in one sequential step.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 12:03:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Request-explanation-on-differences-in-transformations-in-DI/m-p/384922#M11626</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-08-02T12:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Request explanation on differences in transformations in DI Studio</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Request-explanation-on-differences-in-transformations-in-DI/m-p/385089#M11628</link>
      <description>There's a scenario where join should be preferred, when the master and lookup tabke(s) reside on an external data source. SQL can relatively easy be pushed down to the RDBMS.</description>
      <pubDate>Wed, 02 Aug 2017 19:30:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Request-explanation-on-differences-in-transformations-in-DI/m-p/385089#M11628</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-08-02T19:30:03Z</dc:date>
    </item>
  </channel>
</rss>

