<?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: for performence in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/for-performence/m-p/3497443#M841245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Whenever you are set to do binary search , prerequisite is, do sort the table with the same key like the search key in the &lt;/P&gt;&lt;P&gt;read statement. It increases the performence as well gives you the correct results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Siri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2008 19:49:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-13T19:49:23Z</dc:date>
    <item>
      <title>for performence</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/for-performence/m-p/3497441#M841243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WHAT DO YOU DO BEFORE BINARY SEARCH ANALYSIS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 19:29:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/for-performence/m-p/3497441#M841243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T19:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: for performence</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/for-performence/m-p/3497442#M841244</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;If you mean to ask what should be written in code before the binary search statement. &lt;/P&gt;&lt;P&gt;Then I will like to mention that the table on which you are running the binary search for a field or so ,&lt;/P&gt;&lt;P&gt;should be sorted for that field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;SureshP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 19:41:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/for-performence/m-p/3497442#M841244</guid>
      <dc:creator>former_member60316</dc:creator>
      <dc:date>2008-03-13T19:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: for performence</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/for-performence/m-p/3497443#M841245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Whenever you are set to do binary search , prerequisite is, do sort the table with the same key like the search key in the &lt;/P&gt;&lt;P&gt;read statement. It increases the performence as well gives you the correct results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Siri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 19:49:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/for-performence/m-p/3497443#M841245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T19:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: for performence</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/for-performence/m-p/3497444#M841246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PLS GIVE ME ONE EXAMPLE USING BINARY SEARCH PROGRAM CODE? MEANS EXPLAIN ME HOW IT WORKS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 19:50:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/for-performence/m-p/3497444#M841246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T19:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: for performence</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/for-performence/m-p/3497445#M841247</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;you need to know how the algorithm works.&lt;/P&gt;&lt;P&gt;See this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://en.wikipedia.org/wiki/Binary_search_algorithm" target="test_blank"&gt;http://en.wikipedia.org/wiki/Binary_search_algorithm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the search button to find a lot of samples about binary search! Try it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 20:51:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/for-performence/m-p/3497445#M841247</guid>
      <dc:creator>rodrigo_paisante3</dc:creator>
      <dc:date>2008-03-13T20:51:06Z</dc:date>
    </item>
  </channel>
</rss>

