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 and ZFS

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-31-08, 09:36
rdutton rdutton is offline
Registered User
 
Join Date: Dec 2008
Posts: 76
DB2 and ZFS

We recently switched servers and versions (going from AIX 32 bit v8.2 FP9 to Solaris 64 bit v9.5 FP2a). The new server is a T2000 with 64GB RAM running Solaris 10 - a much stronger machine than before so we were expecting better performance, but we are getting worse. We have another v9.5 FP2a installation in test (also on Solaris 10) that is getting better performance on a weaker server. Production and test are identically configured (except for smaller bufferpools and circular logging in test). The biggest difference we see is the T2000 is using ZFS and test is using UFS.

Has anyone had performance issues with ZFS? Is there special tuning needed for ZFS?
Reply With Quote
  #2 (permalink)  
Old 12-31-08, 10:19
grofaty grofaty is offline
Registered User
 
Join Date: Jan 2003
Posts: 1,570
Hi,
first of all try to make systems as much identical as possible. I ones had a problem of having too big bufferpool. On test system it was 10-times smaller and some specific SQLs run 10-times better. So I would suggest you to set test and production environment as identical as possible.

By the way, have you created new database on both of the systems or you just created new database on test system, but on production you create backup and restore from v8.2 database. If so try to look into DBM and DB cfg parameteres. Automatic memory management is not turned on if database is migrated (backup/restore) from previous version, but is turned on if you create new database.

It can also be file system, but I don't know I haven't tested on ZFS and UFS. I always use ext3 on Linux systems. But as I have said before, check for any settings that are different on test/production and make them equal.
Regards

Last edited by grofaty; 12-31-08 at 10:25.
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