If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Multi Instance X Single Instance

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-02-08, 11:45
rmarzullo rmarzullo is offline
Registered User
 
Join Date: May 2007
Posts: 56
Multi Instance X Single Instance

I have DB2 v9.1 ESE running on Windows (one system is 32 bits and all other 8 are 64 bits).
In some of those physical servers (QA, Development) I have multiple DB2 instances running under the same OS.

I am aware of 32bits memory limitation but regarding those 64bits servers I would like to know if having more than one instance would be better than multiple instances inside the same server. Of course considering those obvious cases when one database is basically DSS type and the other one is OLAP that I know would make more sense creating 2 separate instances.

It might sound kind confusing what I wrote above, but not considering DSSxOLAP types of databases, what kind of benefits I could get having multiple instances in the same server?

Thx
Reply With Quote
  #2 (permalink)  
Old 12-02-08, 12:22
madhu_kaza madhu_kaza is offline
Registered User
 
Join Date: Apr 2008
Posts: 39
Is there any purpose behind having multiple instances?
Reply With Quote
  #3 (permalink)  
Old 12-02-08, 12:33
rmarzullo rmarzullo is offline
Registered User
 
Join Date: May 2007
Posts: 56
There are couple reasons such as making them independent so that I can bounce DB2 instance for whatever reason without impacting other users in different databases, but my question is if does make any good or bad having multiple instances.

Thx
Reply With Quote
  #4 (permalink)  
Old 12-02-08, 13:06
madhu_kaza madhu_kaza is offline
Registered User
 
Join Date: Apr 2008
Posts: 39
True, you gave the answer yourself...

It is always good to have different instances for different requirements(like QA, development)

For eg: if you need a high performance configuration/needs more resources for a particular application, you can tune it accordingly if you have seperate instance. If you have only one instance for all applications, you cannot do that.

You can restrict users to access only authorized data (like payroll) by keeping it in a seperate instance. If you have it in a single instance, then the database owner will have a permission to access data.

There could be some other advantages also....

Thanks,
Madhavi
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On