---
title: "Define Clusters?"  
description: "Define Clusters?"  
author: "Sumit Kesarwani"  
published: 2014-03-15  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/1930/define-clusters  
category: "mssql server"  
tags: ["mssql server"]  
reading_time: 1 minute  

---

# Define Clusters?

Clustering is a method of storing tables that are intimately related and often joined together into the same area on disk.

A cluster contains one or more tables, which have one or more column in common among them.

## Answers

### Answer by Sumit Kesarwani

Clustering is a method of storing tables that are intimately related and often joined together into the same area on disk.

A cluster contains one or more tables, which have one or more column in common among them.


---

Original Source: https://www.mindstick.com/interview/1930/define-clusters

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
