[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.2

Are clustered indexes physically ordered?

Asked by BuddhaNature in MS SQL Server

Tags: index, server, sql, clustered

------------------------------------------------------------------------------
First some information (followed by my question):
------------------------------------------------------------------------------

From the book SQL Server 2005 Implementation and Maintenance

From page 154 under the section Implementing Clustered Indexes

It is a common misconception that a clustered index causes the data to be physically ordered in a table. That is not entirely correct: A clustered index causes the rows in a table as well as the data pages in the doubly linked list that stores all the table data to be ordered according to the clustering key. However, this ordering is still logical. The table rows can be stored on the physical disk platters all over the place. If a clustered index caused a physical ordering of data on the disk, it would create a prohibitive amount of disk activity.

From page 160 under Lesson Review Question 1
1. Which type of index physically orders the rows in a table
A. Unique index
B. Clustered Index
C. Nonclusted Index
D. Foreign Key

From page 853 (Answer)
A.      Incorrect. -----
B.      Correct. A clustered index causes the rows in the table to be physically ordered based on the index definition
C.      Incorrect. -----
D.      Incorrect. -----

------------------------------------------------------------------------------
------------------------------------------------------------------------------
Now my question:
------------------------------------------------------------------------------
------------------------------------------------------------------------------

How s it that on page 154, the book states that data being physically ordered is a misconception and that it would create a prohibitive amount of disk activity. Yet on page 853 under the answers to the test on page 160 on the same topic, the book describes clustered indexes as being physically ordered? I have check the books errata listing and none of these pages are listed.
[+][-]08/16/07 06:52 PM, ID: 19714169Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: MS SQL Server
Tags: index, server, sql, clustered
Sign Up Now!
Solution Provided By: dtodd
Participating Experts: 2
Solution Grade: A
 
[+][-]08/16/07 10:02 PM, ID: 19714674Assisted Solution

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 30-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]08/16/07 10:06 PM, ID: 19714686Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/16/07 10:14 PM, ID: 19714704Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/16/07 10:17 PM, ID: 19714710Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/16/07 10:22 PM, ID: 19714721Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-89 / EE_QW_2_20070628