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 > DB2 num_ioservers

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-07-04, 17:50
thartson thartson is offline
Registered User
 
Join Date: May 2004
Posts: 1
Question DB2 num_ioservers

We have an EMC SAN for our 1/2 TB financial database on P/Soft. Having high number of prefetch - I have tried num_ioservers values from 10 - 200 and the results vary little. Have anyone heard of this?
I am assuming it may be an EMC bottleneck of some kind since the SAN consists of hundreds of physical disks the NUM_IOSERVERS setting may become irrelevant.
Not sure - just a guess.

We are running Solaris 8 O/S
DB2 7.2 fixpack 6

Thanks
Terry

Last edited by thartson; 05-07-04 at 18:05.
Reply With Quote
  #2 (permalink)  
Old 05-07-04, 18:08
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,198
The bottleneck is probably the number of processors and/or the number of containers per tablespace.

I usually set it equal to the number of containers that reside on separate physical disks per tablespace. For RAID disks, it would be the number separate arrays in a container. If you only have one container in a tablespace, you will get improved performance from the striped EMC SAN, but I don't think DB2 itself will initiate parallel I/O in that situation (for a single query).

It definitely helps if you have at least one processor for each I/O server, although this may not be absolutely necessary. If you have enough processors, then you could set it equal to 2x, 3x, etc the number of containers in a tablespace.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
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