Zartanasaurus wrote: » People always blame the components they understand the least. It's always the network or the firewall or the fact it's a VM or the database is sitting on a cluster or.... The fault usually lies with the person asking.
blargoe wrote: » My IT director still will not allow any database to be virtualized because "it causes problems"
blargoe wrote: » Quoted for truth. .. My IT director still will not allow any database to be virtualized because "it causes problems", and until recently blamed previous issues on VMs on not having full memory reservations on everything. The tide is slowly turning, though.
JBrown wrote: » Your Director has a reason for that. There are rules to follow before virtualizing a database, you are looking for a disaster if its not done per the book. Databases tend to love memory and CPU cycles, especially when a database administrator runs a query with a wildcard to find a single row with the data she needs- and does it over and over, instead of selecting the fields she really needs- and uses up 24GHz of CPU cycles for 45 minutes. She has never been pointed out that doing so -using "select *" on large databases- is a big no no in a database administration field, and she never had this "problem" because nobody monitored their database (physical) server for CPU/Memory problems.