<?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: Performance issue when using cursor. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-when-using-cursor/m-p/9229003#M1718404</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There might be slight technical differences depending on your DB type.&lt;/P&gt;&lt;P&gt;So I'd recommend to do a google search i.e. with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"cursor processing oracle" or "db2", or ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;depending on the DB you are running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Volker&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Dec 2012 13:01:43 GMT</pubDate>
    <dc:creator>volker_borowski2</dc:creator>
    <dc:date>2012-12-28T13:01:43Z</dc:date>
    <item>
      <title>Performance issue when using cursor.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-when-using-cursor/m-p/9228998#M1718399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using of cursor in abap programming, does it make any issues related to performance and memory management &lt;/P&gt;&lt;P&gt;rather then any normal query ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also like to know more about internal mechanism. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avirat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 05:39:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-when-using-cursor/m-p/9228998#M1718399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-28T05:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue when using cursor.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-when-using-cursor/m-p/9228999#M1718400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using PACKAGE SIZE you can control some of the memory requirements when processing a result set. As far as performance is concerned, there should be no difference, because internally the DB always uses a cursor. The statement is "parsed", which means the DB decides about how to retrieve the resultset in the most efficient way. Then the cursor is opened and the result is fetched.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you do SELECT / ENDSELECT, you can think of this a a special cursor with a package size of one. When you do a SELECT INTO ITAB, it is a package size of the full result set. So a programmed cursor is somewhat in between, because you can twist the package size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you require to use a DB-commit inside a loop, you can use a CURSOR WITH HOLD. &lt;/P&gt;&lt;P&gt;A normal cursor is closed on a commit. This is helpfull in some cases, as far as locks or UNDO resources are concerned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Volker&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 12:13:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-when-using-cursor/m-p/9228999#M1718400</guid>
      <dc:creator>volker_borowski2</dc:creator>
      <dc:date>2012-12-28T12:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue when using cursor.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-when-using-cursor/m-p/9229000#M1718401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Volker, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;appreciate your answer. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1142/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but require more knowledge in depth if you have any resource .&lt;SPAN __jive_emoticon_name="plus" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1142/images/emoticons/plus.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avirat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 12:27:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-when-using-cursor/m-p/9229000#M1718401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-28T12:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue when using cursor.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-when-using-cursor/m-p/9229001#M1718402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;More knowledge about&lt;/P&gt;&lt;P&gt;- programming cursors in ABAP&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;- how cursors are processed by the DB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you already did search help.sap.com for information like this ?&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/EN/fc/eb3b23358411d1829f0000e829fbfe/content.htm"&gt;http://help.sap.com/saphelp_nw04/helpdata/EN/fc/eb3b23358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Volker&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 12:31:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-when-using-cursor/m-p/9229001#M1718402</guid>
      <dc:creator>volker_borowski2</dc:creator>
      <dc:date>2012-12-28T12:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue when using cursor.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-when-using-cursor/m-p/9229002#M1718403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ohh..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done this before (with the same link).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;need to know about 2nd op.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ok anyway..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avirat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 12:41:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-when-using-cursor/m-p/9229002#M1718403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-28T12:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue when using cursor.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-when-using-cursor/m-p/9229003#M1718404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There might be slight technical differences depending on your DB type.&lt;/P&gt;&lt;P&gt;So I'd recommend to do a google search i.e. with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"cursor processing oracle" or "db2", or ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;depending on the DB you are running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Volker&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 13:01:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-when-using-cursor/m-p/9229003#M1718404</guid>
      <dc:creator>volker_borowski2</dc:creator>
      <dc:date>2012-12-28T13:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Performance issue when using cursor.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-when-using-cursor/m-p/9229004#M1718405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Volker , i will do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Avirat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Dec 2012 06:13:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performance-issue-when-using-cursor/m-p/9229004#M1718405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-29T06:13:44Z</dc:date>
    </item>
  </channel>
</rss>

