<?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 please answer this immediately......... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-answer-this-immediately/m-p/3708635#M892919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi frnds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am new to sdn. pls answer this question. &lt;/P&gt;&lt;P&gt;1. what is primary index and secondary index?&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Apr 2008 13:08:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-29T13:08:55Z</dc:date>
    <item>
      <title>please answer this immediately.........</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-answer-this-immediately/m-p/3708635#M892919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi frnds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am new to sdn. pls answer this question. &lt;/P&gt;&lt;P&gt;1. what is primary index and secondary index?&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 13:08:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-answer-this-immediately/m-p/3708635#M892919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T13:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: please answer this immediately.........</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-answer-this-immediately/m-p/3708636#M892920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;look:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/cf/21eb20446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/cf/21eb20446011d189700000e8322d00/frameset.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greetings Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 13:14:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-answer-this-immediately/m-p/3708636#M892920</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2008-04-29T13:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: please answer this immediately.........</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-answer-this-immediately/m-p/3708637#M892921</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;Primary index is aumatically generated the movement we create a database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the secondary index is given in addition to the Primary Index already existing for the table ,so as to improve the data retrieval consistently, so as a result the perforamance is also increased and secondary index is also helpful in reducing the load on the Database, but do not create a lot of this..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 13:16:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-answer-this-immediately/m-p/3708637#M892921</guid>
      <dc:creator>rodrigo_paisante3</dc:creator>
      <dc:date>2008-04-29T13:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: please answer this immediately.........</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-answer-this-immediately/m-p/3708638#M892922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;primary key is created when u create the db table.&lt;/P&gt;&lt;P&gt;secondar index is when the primary key doesnt satistfy your data fetch needs, as in you select data more frequently which is not part of the primary key fields, then secondary index is created. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During runtime, the optimizer chooses the primary index , if the where condition doesnt form the part of primary key fields, then it search for the secondary index and uses the index to fetch the data fast.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;madhumitha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 13:20:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-answer-this-immediately/m-p/3708638#M892922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T13:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: please answer this immediately.........</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-answer-this-immediately/m-p/3708639#M892923</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;primary index for an table  consist of all its &lt;STRONG&gt;key field&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where as ssecondary index is created by us &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if no index is created table always refer to primary index for all purpose to fetch the data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 13:21:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-answer-this-immediately/m-p/3708639#M892923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T13:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: please answer this immediately.........</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-answer-this-immediately/m-p/3708640#M892924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanq very much frnds.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 13:20:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-answer-this-immediately/m-p/3708640#M892924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T13:20:50Z</dc:date>
    </item>
  </channel>
</rss>

