cancel
Showing results for 
Search instead for 
Did you mean: 

DATA Class Size

Former Member
0 Kudos

HI All,

      I have a doubt, if i take data class of table '0' then depending on the size of the database.it is showing 10,000.records

and if we move the table to production server, if the records exceeds 10,000 records then what does it happen,

does it show error OR will size extend automatically.

Regards,

E Srikanth.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi all,

   Thanks to all, 

     I got an idea on over the concept of DATA CLASS. It was great helpfull.

Thanks to all . once again

shadab_maldar
Active Participant
0 Kudos

Hi Srikanth,

It will not show any error because here concept of pageing is used means if the present page of memory is finished the next page of memory is assigned to save the data.

Regards,

Shadab.

matt
Active Contributor
0 Kudos

Nothing to do with paging. That's how applications handle more memory requirements than exist on the server.

shadab_maldar
Active Participant
0 Kudos

Thank you for correcting Matthew.

Former Member
0 Kudos

Hi Srikanth,

It will not throw any error as additional memory is added depending on the size category you selected if more space is required for the entries.

Regards,

Mounika

matt
Active Contributor
0 Kudos

Not memory - rather storage space (which could be disk, cloud or in the case of HANA specialised memory chips).