We're running 9.1 on AIX with 16GB of RAM. One instance, 5 local databases. The server is dedicated to DB2, transactions are mostly OLTP.
As you suggested, I can set everything to automatic and let DB2 do the "tuning". Once DB2 finds the "optimal" numbers based on the average workload, I want to hardcode the bufferpools (one per database) and leave everything automatic.
Would you recommend this approach? What % of memory would you suggest I give to bufferpools assuming all 5 databases have the same workload? What about database_memory and instance_memory, should I hardcode them or leave automatic?
Thank you!