<?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: Query on table EABL &amp; EABLG taking long in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-table-eabl-eablg-taking-long/m-p/8040265#M1610718</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys.. Seems the stats update kicked in only after a day&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Jul 2011 00:19:40 GMT</pubDate>
    <dc:creator>vikrant_guptarya</dc:creator>
    <dc:date>2011-07-16T00:19:40Z</dc:date>
    <item>
      <title>Query on table EABL &amp; EABLG taking long</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-table-eabl-eablg-taking-long/m-p/8040260#M1610713</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;&lt;/P&gt;&lt;P&gt;We have this code running for almost 4 years now. suddenly this piece of code has started taking 10 times more time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe no increase in data in these tables could have increased the access time by 10 times in the last 4 days. We have also ran the stats for the table EABLG &amp;amp; EABL, but still the performance has not improved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if there is any remedy for this or should i raise a OSS message for this.&lt;/P&gt;&lt;P&gt;SELECT e~anlage&lt;/P&gt;&lt;P&gt;e~ablesgr&lt;/P&gt;&lt;P&gt;a~ablstat&lt;/P&gt;&lt;P&gt;e~adatsoll&lt;/P&gt;&lt;P&gt;FROM eablg AS e INNER JOIN&lt;/P&gt;&lt;P&gt;eabl AS a&lt;/P&gt;&lt;P&gt;ON e&lt;SUB&gt;ablbelnr = a&lt;/SUB&gt;ablbelnr&lt;/P&gt;&lt;P&gt;INTO TABLE it_eabl_eablg&lt;/P&gt;&lt;P&gt;WHERE a~ablstat EQ '0'&lt;/P&gt;&lt;P&gt;AND e~ablesgr EQ '06'&lt;/P&gt;&lt;P&gt;AND e~anlage IN s_anlage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF it_eabl_eablg[] IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT e1~anlage&lt;/P&gt;&lt;P&gt;e1~ablesgr&lt;/P&gt;&lt;P&gt;a1~ablstat&lt;/P&gt;&lt;P&gt;e1~adatsoll&lt;/P&gt;&lt;P&gt;FROM eablg AS e1 INNER JOIN&lt;/P&gt;&lt;P&gt;eabl AS a1&lt;/P&gt;&lt;P&gt;ON e1&lt;SUB&gt;ablbelnr = a1&lt;/SUB&gt;ablbelnr&lt;/P&gt;&lt;P&gt;INTO TABLE it_eabl_eablg1&lt;/P&gt;&lt;P&gt;FOR ALL ENTRIES IN it_eabl_eablg&lt;/P&gt;&lt;P&gt;WHERE e1~anlage = it_eabl_eablg-anlage&lt;/P&gt;&lt;P&gt;AND e1~ablesgr EQ '03'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2011 11:08:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-table-eabl-eablg-taking-long/m-p/8040260#M1610713</guid>
      <dc:creator>vikrant_guptarya</dc:creator>
      <dc:date>2011-07-14T11:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Query on table EABL &amp; EABLG taking long</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-table-eabl-eablg-taking-long/m-p/8040261#M1610714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this is not SAP code, I wouldn't bother raising an OSS message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2011 14:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-table-eabl-eablg-taking-long/m-p/8040261#M1610714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-14T14:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Query on table EABL &amp; EABLG taking long</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-table-eabl-eablg-taking-long/m-p/8040262#M1610715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest to re-run the brconnect(table stats) , as the  reason seems to be select query utilizing  the wrong index .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pawan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2011 15:56:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-table-eabl-eablg-taking-long/m-p/8040262#M1610715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-14T15:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Query on table EABL &amp; EABLG taking long</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-table-eabl-eablg-taking-long/m-p/8040263#M1610716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think it's using the wrong index. I don't think there is any index it &lt;EM&gt;can&lt;/EM&gt; use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2011 16:11:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-table-eabl-eablg-taking-long/m-p/8040263#M1610716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-14T16:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Query on table EABL &amp; EABLG taking long</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-table-eabl-eablg-taking-long/m-p/8040264#M1610717</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 check the DB execution plan. Compare the plan to QA system.&lt;/P&gt;&lt;P&gt;I assume due to some minor stats canges, your join order or the join method changed which might result in a big difference.&lt;/P&gt;&lt;P&gt;If the plan in QA is different than in PRD, post both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the plan of QA is better, export the table stats from QA to PRD for both tables &lt;/P&gt;&lt;P&gt;(sap note available for that) and lock the stats on those tables in PRD after that action.&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, 15 Jul 2011 07:25:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-table-eabl-eablg-taking-long/m-p/8040264#M1610717</guid>
      <dc:creator>volker_borowski2</dc:creator>
      <dc:date>2011-07-15T07:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Query on table EABL &amp; EABLG taking long</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-table-eabl-eablg-taking-long/m-p/8040265#M1610718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys.. Seems the stats update kicked in only after a day&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jul 2011 00:19:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-on-table-eabl-eablg-taking-long/m-p/8040265#M1610718</guid>
      <dc:creator>vikrant_guptarya</dc:creator>
      <dc:date>2011-07-16T00:19:40Z</dc:date>
    </item>
  </channel>
</rss>

