Follow sqlserver-dba.com

Subscribe to RSS feed  Follow @jackvamvas - Twitter

*Use the Comments section for questions

SQLServer-DBA.com Links

Dba_db2_button

dba-ninja.com

SQL Server DBA Jobs

SQL Server - Database Server Consolidation

09 March,2011 by Tom Collins

Host consolidation or SQL Server Consolidation allows more  SQL Server Database Server Instances on a physical host. On a single physical host – resources such as memory and CPU can be monitored per Instance and adjusted accordingly.

SQL Performance, licensing, cost and management overhead  are factors in deciding whether to maintain shared database  servers. Objectives of consolidation include managing proliferation of servers i.e server sprawl and managing minimum levels of utilisation per server 

 Designing a  Database Server Consolidation model , requires some assumptions to be made. A key assumption is that full database worker isolation is not possible as they are operating on a shared OS , utilising a shared IO subsystem.

 Consideration in provisioning for database server consolidation should be given to :

a) Disk IO buffers – Data IO and Log IO

b) Memory allocation per database server read more on SQL Server memory configuration

c) SAN\ Disk Configuration -

d) Different database platforms such as Oracle and SQL Server use differing Process models – therefore should be maintained on different servers

e) Intra-query parallelism

f) Query compilation and Recompilation – A variety of application models implemented across the application range – such as static &  dynamic query –   and different vendor approaches such as self –tuning and predictable performance - differing memory requirements are used. Virtual Address Space limitations of 32 bit  - where the execution plans are generated, require that  minimum standard of 64 bit infrastructure should be implemented . 

By upgrading the SQL Server architecture to 64 bit and adequate memory – larger datasets can be manipulated more efficeintly, which will  lead to less disk IO

SQL Server - How to improve Execution Plan Reuse - SQL Server DBA

g) OLTP v. DSS – Requirements are different . For example , a datawarehouse may require fast load, ad – hoc query support .

h) SQL Server Licensing – Multiple Instances and Clustering .SQL Server 2008 licensing - SQL Server DBA

i) Security – Data Access Control ,protecting Sensitive data sets , Monitoring\audit user activity. Most  Database server environments support : data encryption, Kerberos, SSL

Read More

SQL Server Performance Killers - SQL Server DBA

Storage Checklist FAQ - SQL Server DBA

SQL Server – More processor speed or cpu cores - SQL Server DBA


Author: Tom Collins (http://www.sqlserver-dba.com)


Share:

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been posted. Post another comment

The letters and numbers you entered did not match the image. Please try again.

As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.

Having trouble reading this image? View an alternate.

Working...

Post a comment on SQL Server - Database Server Consolidation


sqlserver-dba.com | SQL Server Performance Tuning | SQL Server DBA:Everything | FAQ | Contact|Copyright & Disclaimer