Hi Satish,
On 24.04.13 4:34 , Satish Mullapudi wrote:
> How to determine the INCREASESIZE that the dbm is going to increase for a
> tablespace, when the need comes !
This depends on your workload. How much data is inserted on a daily, weekly,
monthly basis?
The reason for the INCREASESIZE parameter is that the engine does not have to
allocate new pages for every single insert. Why? Because allocating new pages
is IO and IO can be a performance issue.
The other reason is space consumption and planning.
Therefore you use this parameter to delay/schedule this task.
--
Helmut K. C. Tessarek
DB2 Performance and Development
IBM Toronto Lab