Database Clustering

Why Trust Techopedia

What Does Database Clustering Mean?

Database clustering refers to the ability of several servers or instances to connect to a single database.

Advertisements

An instance is the collection of memory and processes that interacts with a database, which is the set of physical files that actually store data.

Techopedia Explains Database Clustering

Database clustering offers two major advantages, especially in high-volume database environments:

Fault Tolerance

Because there is more than one server or instance for users to connect to, clustering offers an alternative, in the event of individual server failure.

Load Balancing

The clustering feature is usually set up to allow users to be automatically allocated to the server with the least load.

Database clustering takes different forms, depending on how the data is stored and allocated resources.

Shared-Nothing Architecture

In this database clustering mode, each node/server is fully independent, so there is no single point of contention. An example of this would be when a company has multiple data centers for a single website.

With many servers across the globe, no single server is a “master.” Shared-nothing is also known as “database sharding.”

Shared-Disk Architecture

All data is stored centrally and then accessed via instances stored on different servers or nodes.

The distinction between the two types has become blurred recently with the introduction of grid computing or distributed caching. In this setup, data is still centrally managed but controlled by a powerful “virtual server” that is comprised of many servers that work together as one.

Advertisements

Related Terms

Margaret Rouse
Technology Specialist
Margaret Rouse
Technology Specialist

Margaret is an award-winning writer and educator known for her ability to explain complex technical topics to a non-technical business audience. Over the past twenty years, her IT definitions have been published by Que in an encyclopedia of technology terms and cited in articles in the New York Times, Time Magazine, USA Today, ZDNet, PC Magazine, and Discovery Magazine. She joined Techopedia in 2011. Margaret’s idea of ​​a fun day is to help IT and business professionals to learn to speak each other’s highly specialized languages.