‎2008 May 03 4:52 AM
Hi Abapers,
In data dictionary, initially we r setting the size of the table (initial extent) while creating the table.
Then how it is extented? automatically?...is it true, then what purpose we r setting the size of the table?
regards,
Subash
‎2008 May 03 6:22 AM
Hi subash sundar,
When you create a table, initial space is saved for it in the database. If more space is required later as a result of data that has been entered, the storage space is increased in accordance with the category selected.
You can select the categories 0 to 4 for your table. Each category is assigned a specific fixed storage area value in the database. When you create a table, initial space is saved for it in the database.
Yes the table size is incremented automatically after the records are filled to the initial size specified.
Size category is selected initially in order not to waste memory unnecessarily.
reward if helpful
raam
‎2008 May 03 4:55 AM
hi,
You can extend it by changing the table size in the technical settings of a table ..
Regards,
Santosh
‎2008 May 03 6:22 AM
Hi subash sundar,
When you create a table, initial space is saved for it in the database. If more space is required later as a result of data that has been entered, the storage space is increased in accordance with the category selected.
You can select the categories 0 to 4 for your table. Each category is assigned a specific fixed storage area value in the database. When you create a table, initial space is saved for it in the database.
Yes the table size is incremented automatically after the records are filled to the initial size specified.
Size category is selected initially in order not to waste memory unnecessarily.
reward if helpful
raam
‎2008 May 03 6:50 AM