---
title: "What is the difference between clustered and non-clustered indexes?"  
description: "What is the difference between clustered and non-clustered indexes?"  
author: "Anonymous User"  
published: 2018-03-20  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/23361/what-is-the-difference-between-clustered-and-non-clustered-indexes  
category: "c#"  
tags: ["database", "sql server"]  
reading_time: 1 minute  

---

# What is the difference between clustered and non-clustered indexes?

## Main difference between clustered and non-clustered Indexes are-

clustered index describes the order of record that is physically stored on the disk and Non clustered index is use to define Logical order that does not match the physical order on disk.

Clustered indexes can be read rapidly or faster rather than non-clustered indexes.

\

## Answers

### Answer by Anonymous User

## Main difference between clustered and non-clustered Indexes are-

clustered index describes the order of record that is physically stored on the disk and Non clustered index is use to define Logical order that does not match the physical order on disk.

Clustered indexes can be read rapidly or faster rather than non-clustered indexes.

\


---

Original Source: https://www.mindstick.com/interview/23361/what-is-the-difference-between-clustered-and-non-clustered-indexes

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
