473,659 Members | 2,690 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

multiple databases in one instance

What is the IBM recommendation for the number of DB2-LUW databases per
instance on AIX? With Oracle, it is one-to-one. In DB2 multiple
databases can co-exist in an instance but is this recommended? What
should be considered in making this decision?
Sep 30 '08 #1
1 7403
ri***********@a ma-assn.org wrote:
What is the IBM recommendation for the number of DB2-LUW databases per
instance on AIX? With Oracle, it is one-to-one. In DB2 multiple
databases can co-exist in an instance but is this recommended? What
should be considered in making this decision?
Richard,

I've got a production instance running over 30 databases, and development
ones running over 50. Most of theses are small databases which are fairly
lightly used; if you had something which was very large or very heavily
utilised then I'd give it a dedicated instance.

I'm not sure there is an "official" IBM recommendation, but I think in
general they'd consider that 30 databases was too many for one instance !!!

Some things I've found -

Some tools expects that you've only got one database in an instance,
especially some of the tuning ones. In fact you'd almost think some of
them only expected you to run one database per box : you'd think the tools
were written by a hardware vendor ... oh wait, did I miss something ;-)

Multiple databases per instance is more memory efficient than lots of
instances with one database each. The new STMM (Self Tuning Memory
Management) seems to work fine with multiple databases in an instance. I'm
not sure that WLM (Work Load Management) is as happy about this.

There have been reports that the new thread-based model is less tolerant of
high numbers of databases per instance than the old process-based one was,
especially for 32-bit instances. That should not affect most people these
days however.

HTH

Phil Nelson
ScotDB Limited


Sep 30 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
12737
by: RJ | last post by:
We currently send product releases to our customers, and often have to include scripts that need to be ran on the Oracle databases (also do it for SqlServer customers, but we use a different set of scripts for that). Some of the Sql scripts can be quite long, and so we break them out to their own script files and call them all from one main ..sql file, using sqlplus to execute it all. The admin would run the file like:
1
2026
by: Sergio | last post by:
Hi everybody, I have the following scenario. Several computers with shared disk in a LAN. Each of these computer has a MySQL server that serves several databases. I have several clients that communicate with a Java process that I have in each computer to answer queries for a given database (it connects to the MySQL server). I also have a Java process that updates continuously the databases; this process executes only in the local...
11
5294
by: Mike | last post by:
Looking to find any information on how to properly configure multiple instances of DB2. This is on Win2k db2 ver 7.2. I am basically looking for information on how the multiple instance settings should configured to work, how memory is shared or not, etc. I can not seem to find any good links to this information. Thanks, Mike
5
2372
by: hikums | last post by:
How are multiple instances monitored? For example, there are 30 instances running on a AIX BOX running DB2 V8, is ps -ef |grep "inst" the best way to see if the instance is running, where instanes are named inst01 thru inst29. Or is this set up in tools like Health Monitor?
1
2908
by: Andy S. | last post by:
Hi, I'm running DB2 V 7.1 and I wish to write a SELECT query that queries tables in multiple tables in different databases on the same instance. Is this possible and if so, what should the FROM clause look like? Thanks for your help...
9
14269
by: TC | last post by:
I need to design a system which represents multiple "projects" in SQL Server. Each project has the same data model, but is independent of all others. My inclination is to use one database to store all projects. Looking at the numbers involved, however, I wonder if I would get better performance by storing each project in its own database. Suppose I have 50 projects, each with two users and 10,000 rows; it seems to me I'd rather have 50 x...
1
2163
by: jdokos | last post by:
Hi, Has anyone used STMM with multiple instances on the same machine in V9? From all the documentation I have read it looks like this should work and that there is nothing 'special' that needs to be done. Just wondering if anyone has any experience they can share. Thanks, Jeff
6
2104
by: GregG | last post by:
Greetings, I've inherited a project which requires the use of multiple Access databases, each containing a dozen or so tables each. I need to perform queries which included relations and results from the contents of tables from separate databases. I've got the table adapters configured in the XSDs, connection strings in the web.config, and use data objects in the site's code, but for the life of me I cannot figure out how to...
10
4497
by: Frankie | last post by:
It appears that System.Random would provide an acceptable means through which to generate a unique value used to identify multiple/concurrent asynchronous tasks. The usage of the value under consideration here is that it is supplied to the AsyncOperationManager.CreateOperation(userSuppliedState) method... with userSuppliedState being, more or less, a taskId. In this case, the userSuppliedState {really taskId} is of the object type,...
0
8427
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8851
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8746
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8627
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7356
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6179
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4335
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2750
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1737
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.