TAILIEUCHUNG - Microsoft SQL Server 2008 R2 Unleashed- P120

Microsoft SQL Server 2008 R2 Unleashed- P120:SQL Server 2005 provided a number of significant new features and enhancements over what was available in SQL Server 2000. This is not too surprising considering there was a five-year gap between these major SQL Server 2008 is not as much of a quantum leap forward from SQL Server 2005 | 1134 CHAPTER 34 Data Structures Indexes and Performance Data Leaf Pages FIGURE The structure of a clustered index. By default a clustered index has a single partition and thus has at least one row in with index_id 1. When a clustered index has multiple partitions a separate B-tree structure contains the data for that specific partition. Depending on the data types in the clustered index each clustered index structure has one or more allocation units in which to store and manage the data for a specific partition. At a minimum each clustered index has one IN_ROW_DATA allocation unit per partition. If the table contains any LOB data the clustered index also has one LOB_DATA allocation unit per partition and one ROW_OVERFLOW_DATA allocation unit per partition if the table contains any variable-length columns that exceed the 8 060-byte row size limit. Clustered Index Row Structure The structure of a clustered index row is similar to the structure of a data row except that it contains only key columns this structure is detailed in Figure . Download from Understanding Index Structures 1135 Row Locator Status Byte A 1 byte Fixed Length Key Data n bytes Page Number 4 bytes File ID 2 bytes Slot number 2 bytes Number of Columns 2 bytes Null Bitmap 1 bit lor each column Number of Variable Length Columns 2 bytes Column Oilset Array 2 x number ol variable columns Variable Length Key Data n bytes Shaded Areas represent data present only when index contains nullable or variable length columns FIGURE Clustered index row structure. Notice that unlike a data row index rows do not contain the status byte B or the 2 bytes to hold the length of fixed-length data fields. Instead of storing the length of the fixed-length data which also indicates where the fixed-length portion of a row ends and the variablelength portion begins the page header pminlen value is used to help describe an index row. The pminlen value is the minimum length of .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.