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

DDIC

Former Member
0 Likes
635

What are the disadvantages of defining a table with a very much higher data class and size category .

All have size category 0, but because of the contents, they should have 2 or 3. Can we just put 9 and forget about it? how much space will be reserved in the database for those over defined tables? that could be wasted...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
611

dependign on situation i.e usability of table u should bufer and allocate size. Most of the time it will be in Technical specification. Discuss with functional and Basis consultant regrdig the Perticular requirement.

4 REPLIES 4
Read only

former_member404244
Active Contributor
0 Likes
611
Read only

Former Member
0 Likes
611

The F1 help for data class provides information on how to select the proper value for the table.

Regards,

Aparna

Read only

Former Member
0 Likes
611

Hi,

Some minimum space has to allocated to a table when it is created.. when the tables extends this space more space is allocated to it.. so it is better to allocate smaller sizes to tables than wasting space allocated to tables which will hold smal data,,

at the same time when the place is extended for more data then this data will not be allocated adjescent to the table space used currently.. hence this affects performance..

This is why it is useful to choose the appropriate size category..

Regards,

Aparna

Read only

Former Member
0 Likes
612

dependign on situation i.e usability of table u should bufer and allocate size. Most of the time it will be in Technical specification. Discuss with functional and Basis consultant regrdig the Perticular requirement.