<?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 table size in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/4112455#M983262</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;i have created a table in which size category is 3 and record can be upto 26,000 . plz tell me what happen if records reached to 26001. how i can tak care .&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jul 2008 11:09:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-02T11:09:52Z</dc:date>
    <item>
      <title>table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/4112455#M983262</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;i have created a table in which size category is 3 and record can be upto 26,000 . plz tell me what happen if records reached to 26001. how i can tak care .&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 11:09:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/4112455#M983262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T11:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/4112456#M983263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table won't blow up, or something similar! That indicator refers to memory alocated in database. If you choose 20000 records, it will alocate space to 20000. If you have 20001, you will alocate memory for more 20000. Only performance issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 11:11:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/4112456#M983263</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-07-02T11:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/4112457#M983264</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;the size category defines specific memory allocations in database,so if the records r exceeded by 26,000 also it will store but may be the stored at different place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: gautham chakraverthi on Jul 2, 2008 7:13 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 11:12:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/4112457#M983264</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-07-02T11:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/4112458#M983265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ranjna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; When you create a table, initial space is saved for it in the database. If more&lt;/P&gt;&lt;P&gt;     space is required later as a result of data that has been entered, the&lt;/P&gt;&lt;P&gt;     storage space is increased in accordance with the category selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 11:12:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/4112458#M983265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T11:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/4112459#M983266</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;Nothing to worry, system will take care, but performance wise it may slow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 11:13:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/4112459#M983266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T11:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/4112460#M983267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nothing will happen... when the allocated spzce is filled up the system will automatically create sapce for another 26000 records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 11:15:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/4112460#M983267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T11:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/4112461#M983268</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;Nothig to worry. This table size is defined to allocate the memory on the initial bases. If ur record will exceed the prescribed limit then system will allocate more memory. No Record will be missed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sumit Agarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 11:18:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/4112461#M983268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T11:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/4112462#M983269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;nothing will happen system will reallocate memory but it decrease performance so, be generous while defining size category&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Nagesh.Paruchuri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 11:25:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/4112462#M983269</guid>
      <dc:creator>paruchuri_nagesh</dc:creator>
      <dc:date>2008-07-02T11:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/4112463#M983270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Whenever you are specifying a size category, it is the intial size.&lt;/P&gt;&lt;P&gt;That means for your table initial memory size is  26000records. If more records are coming the sytem automatially creates some more place and adds the records.&lt;/P&gt;&lt;P&gt;But if your table is a smal table and it may have only 100 records even in future for example, but u made a size category such that it can store 26000 records, then it is a performance issue because, unnecessarily memory is getting wasted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 11:39:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/4112463#M983270</guid>
      <dc:creator>former_member654348</dc:creator>
      <dc:date>2008-07-02T11:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/4112464#M983271</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;Whenever you create a table initially 8 kb memory is allocated. once this memory is full the memory specified by you is allocated to the table.  If this is full another slot of memory with same size is allocated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so there will be no issue when you create another record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;padma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 13:02:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/4112464#M983271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T13:02:52Z</dc:date>
    </item>
  </channel>
</rss>

