- An Index is a key built from one or more columns in the database that speeds up fetching rows from the table or view.
- Cluster index is a type of index which sorts the data rows in the table on their key values.
- A Non-clustered index stores the data at one location and indices at some other location
- Clustered is the default index
- The main benefit of a non-clustering index helps you to retrieves data quickly from the database table.
- The main benefit of the Clustered index method is that it uses location mechanism to locate index entry at the start of a range.
- In Clustered Index you can sort the records and store clustered index physically in memory as per the order while In non-clustered index helps you to creates a logical order for data rows and uses pointers for physical data files.
- The main drawback of a clustered index is that it creates lots of constant page splits, which includes data page as well as index pages.
Summary
SEARCH
LATEST
3-latest-65px
SECCIONS
- .net (1)
- .NET MVC (30)
- AngularJS (9)
- C# (2)
- Campus (4)
- Featured (1)
- http status code (24)
- https (1)
- ioc (1)
- JavaScript (1)
- jQuery (16)
- Languages (41)
- LINQ (8)
- NET (3)
- Node.js (1)
- Reactjs (12)
- sql server (14)
- Testimonials (3)
- WebAPI (28)
Sometimes you need advice, Ask a teacher to solve your problems.
Make a Difference with education, and be the best.
Putting Children First. Preparing Children For Success In Life
How you can get top grades, to get a best job.
Popular Posts
-
English to Bundelkhandi I Mein,hum He Woh,unko/unke(his) She Same You Tum,tumao(yours) It Je,yeh This Jo ...
-
To start working with react, we need to first install reactjs. You can easily get started to use reactjs by using the CDN javascript files, ...
Featured post
http status code 402
4×× CLIENT ERROR 402 PAYMENT REQUIRED Reserved for future use. Source: RFC7231 Section 6.5.2 402 CODE REFERENCES Rails HTTP Status Symb...
No comments:
Post a Comment