<?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: indexing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/indexing/m-p/2106174#M439540</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sumit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Index is an identifier to quickly access the records from the database.&lt;/P&gt;&lt;P&gt;There are two types of indexes available one is primary index and other one is secondary index.&lt;/P&gt;&lt;P&gt;Primay index consists of the key fields of the table.&lt;/P&gt;&lt;P&gt;You can create additional indexes called secondary index.&lt;/P&gt;&lt;P&gt;simply you can think of index as a line number for instance 1,2,3...etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EG.&lt;/P&gt;&lt;P&gt;In a table there are 10 fields.&lt;/P&gt;&lt;P&gt;1,2 are primary fields (primary index)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the table is queried many times&lt;/P&gt;&lt;P&gt;on field number 6 (eg).&lt;/P&gt;&lt;P&gt;So we can create a NEW Index&lt;/P&gt;&lt;P&gt;(Secondary index)&lt;/P&gt;&lt;P&gt;only on that 6th field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Due to this,&lt;/P&gt;&lt;P&gt;the sql will become faster &lt;/P&gt;&lt;P&gt;because NOW&lt;/P&gt;&lt;P&gt;the database will search on the&lt;/P&gt;&lt;P&gt;basis of secnodary index (made on 6th field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~Guduri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Apr 2007 16:48:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-09T16:48:15Z</dc:date>
    <item>
      <title>indexing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/indexing/m-p/2106172#M439538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is indexing?could u plzz tell me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 16:41:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/indexing/m-p/2106172#M439538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T16:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: indexing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/indexing/m-p/2106173#M439539</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;Indexes speed up access to rows in a table. They can be created for a single column or for a series of columns. When defining indexes, you specify whether the indexed column values in the different rows must be unique or not. &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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 16:45:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/indexing/m-p/2106173#M439539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T16:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: indexing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/indexing/m-p/2106174#M439540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sumit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Index is an identifier to quickly access the records from the database.&lt;/P&gt;&lt;P&gt;There are two types of indexes available one is primary index and other one is secondary index.&lt;/P&gt;&lt;P&gt;Primay index consists of the key fields of the table.&lt;/P&gt;&lt;P&gt;You can create additional indexes called secondary index.&lt;/P&gt;&lt;P&gt;simply you can think of index as a line number for instance 1,2,3...etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EG.&lt;/P&gt;&lt;P&gt;In a table there are 10 fields.&lt;/P&gt;&lt;P&gt;1,2 are primary fields (primary index)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the table is queried many times&lt;/P&gt;&lt;P&gt;on field number 6 (eg).&lt;/P&gt;&lt;P&gt;So we can create a NEW Index&lt;/P&gt;&lt;P&gt;(Secondary index)&lt;/P&gt;&lt;P&gt;only on that 6th field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Due to this,&lt;/P&gt;&lt;P&gt;the sql will become faster &lt;/P&gt;&lt;P&gt;because NOW&lt;/P&gt;&lt;P&gt;the database will search on the&lt;/P&gt;&lt;P&gt;basis of secnodary index (made on 6th field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~Guduri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 16:48:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/indexing/m-p/2106174#M439540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T16:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: indexing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/indexing/m-p/2106175#M439541</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;Check the following link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrain.com" target="test_blank"&gt;http://www.sapbrain.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 19:14:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/indexing/m-p/2106175#M439541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T19:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: indexing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/indexing/m-p/2106176#M439542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To access SAP database table records more quickly we need to set the indexes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are Primary and Secondary indexes. &lt;/P&gt;&lt;P&gt;Primary is nothing but primary fields of the table nand secondary is what we set in table using index option in table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 19:18:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/indexing/m-p/2106176#M439542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T19:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: indexing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/indexing/m-p/2106177#M439543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sumit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indexes are to read/access the SAP database table records more quickly.&lt;/P&gt;&lt;P&gt;These Indexes are very useful in the Performance Optimization of a program which means a program's execution performance can be improved using these indexes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from this, we all can see that you have posted so many questions today, but have not closed. I am not aware whether you have rewarded any body also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence, request you to close the answered ones and reward people.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 19:29:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/indexing/m-p/2106177#M439543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T19:29:51Z</dc:date>
    </item>
  </channel>
</rss>

