Quote:
|
Originally Posted by Tony Tsang
OLTP system running DB2 9.5 on AIX system works fine currently however there is no archiving setup hence I'm curious about the following
1. Will it take longer response time in future to fetch data from the table because of index tree growth ?
2. Any method available to 'forecast' database slowness before it happens ?
Like if index read efficiency is coming down from 5 to 20 or index level has grown from 5 levels to 6 levels ?
3. Is there is any ideal or desired database size expected to support an OLTP db supporting around 3000 users
Thank You
Tony
|
Probably the biggest factor is going to be buffer pool hit ratio for OLTP systems. Do some research on how to calculate this, and how to raise the bufferpool hit ratio for the data and indexes, but never use more memory than actually exists on the server (real memory, not virtual).
Through in a few reorgs when appropriate (in-place if you don't have a maintenance window) and you should be in decent shape.