View Vs. Cluster

  • Can anybody explain how a cluster differs from a view?

  • A view is just a way to encapsulate a select statement or statements, gets used like a table - call it a virtual table. Clusters are for fault tolerance, typically two or machines set up so that if one fails the other can transparently take over the load from the other.

    Andy

  • Thanks. That works.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply