Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SIze category issue

Former Member
0 Likes
334

hai experts,

I h've one doubt.,that is if i select size category as 8 in se11, how the background process woks? like in data base layer it allocates space for 1300000

records? if this means really waste of huge memory.....is it? Suppose i want to enter 12222 records only then the remaining space is waste only. what is the actual process here???

Regards,

Ravi Kiran.

Moderator Message: Read the SAP documentation on "Size category". Thread locked.

Message was edited by: Suhas Saha

1 REPLY 1
Read only

Former Member
0 Likes
300

Hi Ravi,

When a table is created, initial space (an Initial Extent) is reserved in the database. If more space is required at a later time due to data entries, additional memory will be added depending on the selected size category.

Selecting the correct size category prevents the creation of a large number of small extents for a table. It also prevents the waste of space if extents that are too large are created.

Thanks

Santosh