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
4,502

Hi,

While we create a table in SE11, we mention size category, If the records exceeds the limit, then how it will store data.

For example, if we already selected Size category 4 (Data records expected: 16,000 to 67,000), then how we store data in the table after reached 67,000 entries...

--> One by one, as entries add...

--> or same size (16,000 to 67,000) again allocate for this...

Regards..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,387

Hi Anil,

As per your example, if you select Size Category 4 and then you add entries more than its capacity(here 67,000) then storage space will be increased as per the Size category.

See F1 help on Size Category.

Regards,

Sindhu Pulluru.

10 REPLIES 10
Read only

sarathc
Explorer
0 Likes
3,387

Hi Anil,

The size you mention is the size that will be reserved by the system for the table. Once this exceeds the system will automatically reserve memory of the size mentioned for the table.

Thank You,

Sarath.C

Read only

Former Member
0 Likes
3,387

Thanks dear,

I want to know that how much memory, it will reserve automatically... depending on exceeded entries or same memory as per size category...???

Read only

Former Member
0 Likes
3,388

Hi Anil,

As per your example, if you select Size Category 4 and then you add entries more than its capacity(here 67,000) then storage space will be increased as per the Size category.

See F1 help on Size Category.

Regards,

Sindhu Pulluru.

Read only

0 Likes
3,387

It means again allocate size for next 67,000 entries...

Read only

0 Likes
3,387

Yes...

Read only

Former Member
Read only

0 Likes
3,387

Hi Anil,

size cataogiry just allocate space in database to store that table data; if the table records exceed than size catagory limits then those rows are stored in data base but not in sequence because of that performance has slite effect but u need not to consider about that. till the size cataogiry range the records will entered line by line in data base , so when retriving data simple to retrive.

Regards,

Sridhar.

Read only

Former Member
0 Likes
3,387

Agree with the Sindhu Pulluru.

Read only

0 Likes
3,387

During the creation of the table we ll give the size category.It will represent the expected data will be stored.So u can give according to ur requirement.

Read only

Former Member
0 Likes
3,387

This message was moderated.