<?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: Queries in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1698813#M306432</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All the table columns can be defined as key fields (not recommended)&lt;/P&gt;&lt;P&gt;Creating more indices is creating unnecessary overhead. Secondary index is never recommeneded except for some special cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandeep Josyula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Reward for helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Oct 2006 09:32:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-24T09:32:47Z</dc:date>
    <item>
      <title>Queries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1698812#M306431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;1.How many primary keyfields  can we create in a custom table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.What is the dis.adv. of using Secondary index?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2006 09:30:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1698812#M306431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-24T09:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Queries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1698813#M306432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All the table columns can be defined as key fields (not recommended)&lt;/P&gt;&lt;P&gt;Creating more indices is creating unnecessary overhead. Secondary index is never recommeneded except for some special cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandeep Josyula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Reward for helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2006 09:32:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1698813#M306432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-24T09:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Queries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1698814#M306433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There must be only 1 primary index, its maximum lenght you can find in the documentation. Indexes help to improve performance of sql queries, but keep in mind that the number of seconadary indexes should be limited because they are stored in database and they slow down saving data in database. There are also other performance reasons to limit their number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2006 09:39:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1698814#M306433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-24T09:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Queries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1698815#M306434</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;can any one pls explain what is the purpose of indix in the table, and what is primary index and secondary index ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2006 10:55:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1698815#M306434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-24T10:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Queries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1698816#M306435</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;Index is basically helpful while we do Database records retrival, search etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Primary Index is automatically created by the system for all the Key fields. Primary Index is always 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we don't want to make a field, Primary field and still want to specify Index, we can create secondary index for that field. Secondary index starts with any number, alphabet, except 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Atul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2006 13:14:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1698816#M306435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-24T13:14:15Z</dc:date>
    </item>
  </channel>
</rss>

