<?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: Stream join from Oracle Database in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Stream-join-from-Oracle-Database/m-p/2215247#M11744</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;"&lt;SPAN&gt;enable stream&lt;/SPAN&gt;" for tMySQLInput not help you with lookup table, it helps to reduce loading on database server (jdbc driver) and start faster send data from server to client without waiting of query finish, but for lookup talend will load all data first.&lt;/P&gt; 
&lt;P&gt;As analog for tOracleInput you can play with use cursor settings (fetch size) - this setting manage number of rows received from database per iteration, but this is not help with lookup tables.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;the most effective way to join big tables is SQL, you can put a complicated query with many joins in tOracleInput component.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;sometimes, when the number of lookups small (for example huge lookup table, but smal daily delta which must be enriched from lookups), it is possible to use a variable for filter lookup table and query for each row (&lt;A href="https://help.talend.com/reader/hCrOzogIwKfuR3mPf~LydA/Ll_zYlcDgWNvb7kwSypEQQ" target="_self" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/hCrOzogIwKfuR3mPf~LydA/Ll_zYlcDgWNvb7kwSypEQQ&lt;/A&gt;&amp;nbsp;)&lt;/P&gt; 
&lt;P&gt;this must resolve memory issues&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jun 2020 12:47:22 GMT</pubDate>
    <dc:creator>vapukov</dc:creator>
    <dc:date>2020-06-22T12:47:22Z</dc:date>
    <item>
      <title>Stream join from Oracle Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Stream-join-from-Oracle-Database/m-p/2215246#M11743</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;I would like to join multiple tables(say 10 tables) from Oracle database each having huge amount of Data. I was looking at using tMap component which does the look-up for joining of tables. But i realized that this will cause Out-of-memory issue since tMap stores the look-up data in-memory.&lt;/P&gt;
&lt;P&gt;I have seen the "enable stream" option in tMySQLInput component but couldn't see the same in&amp;nbsp;tOracleInput.&lt;/P&gt;
&lt;P&gt;1.) Is there a way for joining multiple tables in Oracle using streams?&lt;/P&gt;
&lt;P&gt;2.) What is the best and fastest way of joining data between multiple tables considering each table having huge data?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:09:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Stream-join-from-Oracle-Database/m-p/2215246#M11743</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T02:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Stream join from Oracle Database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Stream-join-from-Oracle-Database/m-p/2215247#M11744</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;"&lt;SPAN&gt;enable stream&lt;/SPAN&gt;" for tMySQLInput not help you with lookup table, it helps to reduce loading on database server (jdbc driver) and start faster send data from server to client without waiting of query finish, but for lookup talend will load all data first.&lt;/P&gt; 
&lt;P&gt;As analog for tOracleInput you can play with use cursor settings (fetch size) - this setting manage number of rows received from database per iteration, but this is not help with lookup tables.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;the most effective way to join big tables is SQL, you can put a complicated query with many joins in tOracleInput component.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;sometimes, when the number of lookups small (for example huge lookup table, but smal daily delta which must be enriched from lookups), it is possible to use a variable for filter lookup table and query for each row (&lt;A href="https://help.talend.com/reader/hCrOzogIwKfuR3mPf~LydA/Ll_zYlcDgWNvb7kwSypEQQ" target="_self" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/hCrOzogIwKfuR3mPf~LydA/Ll_zYlcDgWNvb7kwSypEQQ&lt;/A&gt;&amp;nbsp;)&lt;/P&gt; 
&lt;P&gt;this must resolve memory issues&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 12:47:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Stream-join-from-Oracle-Database/m-p/2215247#M11744</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2020-06-22T12:47:22Z</dc:date>
    </item>
  </channel>
</rss>

