<?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: Interval Tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interval-tables/m-p/1704392#M308648</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;While selecting from the table:&lt;/P&gt;&lt;P&gt;1. Select only required information&lt;/P&gt;&lt;P&gt;2. Keep the result set small&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont understand what you mean by "mount one another table". It would be better if you could create an index on that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Wenceslaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Nov 2006 13:00:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-28T13:00:30Z</dc:date>
    <item>
      <title>Interval Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interval-tables/m-p/1704391#M308647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SDN's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My program has access a table of 4 million register of sequential form. To improve the performance I want to mount one another table with the intervals of the primary key. Which the best way to make this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 12:57:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interval-tables/m-p/1704391#M308647</guid>
      <dc:creator>joo_mariano2</dc:creator>
      <dc:date>2006-11-28T12:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Interval Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interval-tables/m-p/1704392#M308648</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;While selecting from the table:&lt;/P&gt;&lt;P&gt;1. Select only required information&lt;/P&gt;&lt;P&gt;2. Keep the result set small&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont understand what you mean by "mount one another table". It would be better if you could create an index on that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Wenceslaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 13:00:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interval-tables/m-p/1704392#M308648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T13:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Interval Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interval-tables/m-p/1704393#M308649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont to create a new Index for my selection criteria(Field type DATE).&lt;/P&gt;&lt;P&gt;I want to create a table like this:&lt;/P&gt;&lt;P&gt;pk_low and pk_high&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of having access the table an only time, access some times by means of this interval. &lt;/P&gt;&lt;P&gt;In Standard exists some thing to become this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 13:33:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interval-tables/m-p/1704393#M308649</guid>
      <dc:creator>joo_mariano2</dc:creator>
      <dc:date>2006-11-28T13:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Interval Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interval-tables/m-p/1704394#M308650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would just select min(pk) and max(pk) from your table, then split this interval evenly and select your data for each interval... but this approach with intervals will help ONLY if you are not going to check whole table - otherwise you are going to scan whole table anyway if your DATE field in not in index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you know from either previous run or from any other source an interval of PK you are interested in - then splitting and selecting by intervals will help. You can even select different intervals in parallel - I believe you can find some examples on SDN on how to do it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 18:20:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interval-tables/m-p/1704394#M308650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T18:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Interval Tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interval-tables/m-p/1704395#M308651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i resolved my problem. &lt;/P&gt;&lt;P&gt;Thank's. &lt;/P&gt;&lt;P&gt;In standard exists a program where you pass the object name and the number of intervals and he create intervals in another table. For this, i needed to create a function module with logic of interval (table and field names) and associate function to event in transaction FQEVENTS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 18:30:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interval-tables/m-p/1704395#M308651</guid>
      <dc:creator>joo_mariano2</dc:creator>
      <dc:date>2006-11-28T18:30:53Z</dc:date>
    </item>
  </channel>
</rss>

