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 > Virtualisation and db2 8.2 performance

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-12-08, 19:24
sundaram sundaram is offline
Registered User
 
Join Date: Mar 2006
Posts: 104
Virtualisation and db2 8.2 performance

Hi,
Currently we run our production databases on Windows 2000 cluster. The tablespaces and logs are on SAN. Db2 version is 8.2.6.

There is a push from data center management to virtualise all our servers. That means our porduction databases will soon be running in Virtual Machine with identical specifications as our current db production server.

we will be using VMWARE for virtualisation.

Is there any feedback good/bad on DB2 Performance on virtual servers? Anyhting to watch-out for in VM configurations?



Thanks in advance

Harikumar
Reply With Quote
  #2 (permalink)  
Old 01-11-09, 17:17
sundaram sundaram is offline
Registered User
 
Join Date: Mar 2006
Posts: 104
Hi,

I am re-posting - hoping to get some reponses in new year

Harikumar
Reply With Quote
  #3 (permalink)  
Old 01-11-09, 23:10
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Quote:
Originally Posted by sundaram
our porduction databases will soon be running in Virtual Machine
Generally speaking, it is a very bad idea. There are two things to which DBMSes are very sensitive: memory and disk I/O. Virtualizing both (or either) means that DB2 will not be in control of physical memory or disk access, and all assumptions it makes for query optimization may be wrong at random. For example, DB2 may think that a table scan with a large available (but virtual) bufferpool and efficient prefetch from a (virtual) disk might be the best strategy for a certain query, while the hypervisor decides that it needs to page out half of the DB2 VM virtual memory to make room for another virtual machine, and the DB2 containers share the physical storage with Windows registry database...

In other words, virtualizing database servers might be acceptable in development or functional test environments, but never in production.
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