Putting our OLTP and OLAP services on the same cluster
Posted
by Dynamo
on Server Fault
See other posts from Server Fault
or by Dynamo
Published on 2010-05-11T14:53:19Z
Indexed on
2010/05/11
14:55 UTC
Read the original article
Hit count: 260
sql-server-2008
|clustering
We're currently in a bit of a debate about what to do with our scattered SQL environment. We are setting up a cluster for our data warehouses for sure and are now in the process of deciding if our OLTP databases should go on the same one. The cluster will be active/active with database services running on one node and reporting and analytical services on the other node.
From a technical standpoint I don't see an issue here. With the services being run on different nodes they shouldn't compete too heavily for resources. The only physical resource that may be an issue would be the shared disk space. Our environment is also quite small. Our biggest OLAP database at the moment is only about 40GB and our OLTP are all under 10GB. I see a potential political issue here as different groups are involved but I'm just strictly wondering if there would be any major technical issues that could arise from this setup.
© Server Fault or respective owner