Types of cluster
How can we implement cluster in data base? and how many types of it?.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SenthilkumarPosted Mar 27, 2012, 12:23 AM
Please see these url:
http://varghesedanny.com/2011/06/24/sql-server-clustering/
http://scale-out-blog.blogspot.com/2009/09/future-of-database-clustering.html
Jignesh TrivediPosted Mar 27, 2012, 12:09 AM
A cluster is a schema object that contains data from one or more tables, all of which have one or more columns in common.
Clustering can be best described as a technology that automatically allows one physical server to take over the tasks and responsibilities of another physical server that has failed. The goal behind this, given that all computer hardware and software will eventually fail, is to ensure that users running critical applications.
please refer
http://msdn.microsoft.com/en-us/library/ms179530.aspx
http://www.sql.org/sql-database/postgresql/manual/creating-cluster.html
hope thias help.