<?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 Inner join in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/4106016#M981886</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;          I have 2 database tables.Can i join these 2 tables based on a field&lt;/P&gt;&lt;P&gt;But the field is primary key in one table whereas in another tabl e it is not.Do i have any perfoemance issues?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jun 2008 12:13:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-25T12:13:26Z</dc:date>
    <item>
      <title>Inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/4106016#M981886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;          I have 2 database tables.Can i join these 2 tables based on a field&lt;/P&gt;&lt;P&gt;But the field is primary key in one table whereas in another tabl e it is not.Do i have any perfoemance issues?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 12:13:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/4106016#M981886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T12:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/4106017#M981887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi madan,&lt;/P&gt;&lt;P&gt;ya u can perform join on these 2 tables.. and ya join happnes at database level so it better to avoid join for better performance. rather u can use for all entries instead....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sagar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 12:15:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/4106017#M981887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T12:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/4106018#M981888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes you can gon with the JOIN. If there is any performance issue: I assuem the JOIN will be faster, but you have to give it a try with JOIN and with 2 SELECTs and see if there is any difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"and ya join happnes at database level so it better to avoid join for better performance. rather u can use for all entries instead...."&lt;/P&gt;&lt;P&gt;==&amp;gt; I have read it more than 1000 times on SDN, but is simply not true! Or at least not that simple...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 12:16:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/4106018#M981888</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-06-25T12:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/4106019#M981889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For second table field , create &lt;STRONG&gt;secondary index&lt;/STRONG&gt; for performance issue.&lt;/P&gt;&lt;P&gt;now you can joins the tables and get required data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 12:16:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/4106019#M981889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T12:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/4106020#M981890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No issue with the join. But make sure your WHERE condition uses a primary or secondary index, else you will have performance problems, depending on the amount of data.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 12:17:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/4106020#M981890</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-06-25T12:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/4106021#M981891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            You can definitely join those two tables,  there would be no performance issues and there is no need to define any secondary index for the second table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2008 12:24:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/4106021#M981891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-25T12:24:14Z</dc:date>
    </item>
  </channel>
</rss>

