Quote:
Originally Posted by martin1217
comparing to one instance,what do multiple instances require about the system hardware?
more memory? higher cpu frequecy? or more cpu cores?
thank you!
|
Generally speaking, memory is the limiting factor when there are multiple databases (in same instance or in separate instances) on the same server. If you have two databases, and trying to decide whether to put them in the same instance or two different instances, then there usually is not a big difference in the amount of memory required for either option, since the bulk of the memory requirements are DB2 bufferpools for each database.
If you have two databases, there is very little difference in CPU requirements whether you put them in one instance or have two separate instances.