Choosing buffer pool sizes
The sizes of the buffer pools that your subsystem uses can significantly affect the performance of that subsystem.
About this task
Initially, you set the sizes (in number of pages) of your buffer pools on installation panels DSNTIP1 and DSNTIP2.
However, you can use the ALTER BUFFERPOOL command to modify the sizes of buffer pools. You can also enable automatic buffer pool management.
Procedure
You can use the following approaches to determine the appropriate size for your buffer pools:
You
can use the PGSTEAL(NONE) option with large buffer pools to preload
frequently accessed objects into a buffer pool. All pages for the
assigned objects remain resident in the buffer pool if they can fit
in the allocated space.