Fast Track Configuration Guide
Fast Track Configuration Guide
0 Reference Guide
SQL Server Technical Article
Version 3.0.8, Final 2/1/2011 Writers: Eric Kraemer, Mike Bassett Technical Reviewers: Eric Hanson, Stuart Ozer, Umair Waheed, Mike Ruthruff, Thomas Kejser, Ashit Gosalia, Tamer Farag, Nicholas Dritsas, Anjan Das, Alexei Khalyako, Chris Mitchell
Version 2.0, Published November 2009 Writers: Dave Salch, Eric Kraemer, Umair Waheed, Paul Dyke Technical Reviewers: Jose Blakeley, Stuart Ozer, Eric Hanson, Mark Theissen, Mike Ruthruff
Published: 4 February 2011 Updated: 8 January 2011 Applies to: SQL Server 2008 R2 Enterprise
Summary: This paper defines a reference configuration model (known as Fast Track Data Warehouse) using an I/O balanced approach to implementing a symmetric multiprocessor (SMP)-based SQL Server data warehouse with proven performance and scalability expectations for data warehouse workloads. The goal of a Fast Track Data Warehouse reference configuration is to achieve a cost-effective balance between SQL Server data processing capability and realized component hardware throughput.
Copyright
This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references, may change without notice. You bear the risk of using it. Some examples depicted herein are provided for illustration only and are fictitious. No real association or connection is intended or should be inferred. This document does not provide you with any legal rights to any intellectual property in any Microsoft product. You may copy and use this document for your internal, reference purposes. 2011 Microsoft. All rights reserved.
Page 2
Contents
FT 3.0 Highlights ........................................................................................................................ 4 Introduction ................................................................................................................................ 4 Audience ................................................................................................................................ 4 Fast Track Data Warehouse ...................................................................................................... 4 Methodology .............................................................................................................................. 5 FTDW Workload ........................................................................................................................ 7 Choosing a FTDW Reference Configuration .............................................................................10 Option 1: Basic Evaluation.....................................................................................................11 Option 2: Full Evaluation .......................................................................................................13 Option 3: User-Defined Reference Architectures ...................................................................14 FTDW Standard Configuration ..................................................................................................15 Hardware Component Architecture........................................................................................15 Application Configuration .......................................................................................................18 SQL Server Best Practices for FTDW .......................................................................................22 Data Architecture ...................................................................................................................22 Indexing.................................................................................................................................23 Managing Data Fragmentation ..............................................................................................25 Loading Data .........................................................................................................................27 Benchmarking and Validation....................................................................................................31 Fast Track Data Warehouse Reference Configurations ............................................................38 Conclusion ................................................................................................................................38 Appendix ...................................................................................................................................39 FTDW System Sizing Tool ........................................................................................................39 Validating a Fast Track Reference Architecture ........................................................................39 Synthetic I/O Testing .............................................................................................................39 Workload Testing ..................................................................................................................43
Page 3
FT 3.0 Highlights
The following table provides a list of notable changes between the FTDW 2.0 and FTDW 3.0 Reference Guides. Description
FTDW 3.0 Architecture New Memory Guidelines Additional Startup Options Storage Configuration Evaluating Fragmentation Loading Data MCR
Note
Basic component architecture for FT 3.0 based systems. Minimum and maximum tested memory configurations by server socket count. Notes for T-834 and setting for Lock Pages in Memory. RAID1+0 now standard (RAID1 was used in FT 2.0). Query provided for evaluating logical fragmentation. Additional options for CI table loads. Additional detail and explanation of FTDW MCR Rating.
Page
FT 3.0 Component Architecture
Memory
Startup Options
Introduction
This document defines the component architecture and methodology for the SQL Server Fast Track Data Warehouse (FTDW) program. The result of this approach is the validation of a minimal Microsoft SQL Server data management software configuration, including software and hardware, required to achieve and maintain a baseline level of out of box scalable performance when deploying a SQL Server database for many data warehousing workloads.
Audience
The target audience for this document consists of IT planners, architects, DBAs, CIOs, CTOs, and business intelligence (BI) users with an interest in options for their BI applications and in the factors that affect those options.
aggregate hardware I/O throughput. Ideally, minimum storage is purchased to satisfy customer storage requirements and provide sufficient disk I/O for SQL Server to achieve a benchmarked maximum data processing rate.
Fast Track
The Fast Track designation signifies a component hardware configuration that conforms to the principles of the FTDW reference architecture (RA). The reference architecture is defined by a workload and a core set of configuration, validation, and database best practices guidelines. The following are key principles of Fast Track DW reference architectures: Detailed and validated hardware component specifications Validated methodology for database and hardware component evaluation Component architecture balance between database capability and hardware bandwidth
Value Proposition
The following principles create the foundation of the FTDW value proposition: Predetermined balance across key system components. This minimizes the risk of overspending for CPU or storage resources that will never be realized at the application level. Predictable out-of-the-box performance. Fast Track configurations are built to capacity that already matches the capabilities of the SQL Server application for a selected server and workload. Workload-centric. Rather than being a one-size-fits-all approach to database configuration, the FTDW approach is aligned specifically with a data warehouse use case.
Methodology
Holistic Component Architecture
SQL Server FTDW reference architectures provide a practical framework for balancing the complex relationships between key components of database system architecture. Referred to generically as a stack, the component architecture is illustrated in Figure 1.
Page 5
Figure 1: Example Fast Track database component architecture Each component of the stack is a link in a chain of operations necessary to process data in SQL Server. Evaluating the stack as an integrated system enables benchmarking that establishes real bandwidth for each component. This ensures that individual components provide sufficient throughput to match the capabilities of the SQL Server application for the prescribed stack.
Workload Optimized
Different database application workloads can require very different component architectures to achieve optimal resource balance. A classic example of this can be found in the contrast between discrete lookup-based OLTP workloads and scan-intensive analytical data warehousing. OLTP use cases are heavily indexed to support low latency retrieval of small numbers of rows from relatively large data sets. These types of database operations induce significant disk head movement and generate classic random I/O scan patterns. Analytical use cases, such as data warehousing, can involve much larger data requests and benefit greatly from the increased total throughput potential of sequential disk scans. For these contrasting use cases, the implications for a balanced component stack are significant. Average, per-disk random I/O scan rates for modern SAS disk drives can be a factor of 10 times slower when compared to sequential scan rates for the same hardware. With Fast Track data warehousing workloads an emphasis is placed on achieving consistently high I/O scan rates (MB/s) rather than the more traditional focus on operations per second (IOPS). The challenge of very different workloads is addressed by clearly defining the attributes of customer workloads. SQL Server Fast Track workloads comprise a qualitative list of attributes that uniquely define a common database application use case. In addition, each workload is represented by quantitative measures including standard benchmark queries. Workload-specific benchmarking is used to validate database configuration, best practices, and component hardware recommendations.
Page 6
Summary
The SQL Server FTDW specification described in this reference guide is workload-centric and component balanced. This approach acknowledges that one-size-fits-all provisioning can be inefficient and costly for many database use cases. Increasingly complex business requirements coupled with rapidly scaling data volumes demand a more realistic approach. By presenting a combination of prescriptive reference architectures, benchmarking of hardware and software components, and clearly targeted workloads, this document provides a practical approach to achieving balanced component architectures.
FTDW Workload
Data Warehouse Workload Patterns
Typically questions asked of data warehouses require access to large volumes of data. Data warehouses need to support a broad range of queries from a wide-ranging audience (for example: finance, marketing, operations, and research teams). In order to overcome the limitations of traditional data warehouse systems, organizations have resorted to using traditional RDBMS optimization techniques such as building indexes, preaggregating data, and limiting access to lower levels of data. The maintenance overheads associated with these approaches can often overwhelm even generous batch windows. As a data warehouse becomes more mature and the audience grows, supporting these use-case specific optimizations becomes even more challenging, particularly in the case of late-arriving data or data corrections. A common solution to this challenge is to simply add drives; it is not uncommon to see hundreds of disks supporting a relatively small data warehouse in an attempt to overcome the I/O performance limitations of mapping a seek-based I/O infrastructure to a scan based workload. This is frequently seen in large shared SAN environments that are traditionally seek optimized. Many storage I/O reference patterns and techniques that encourage random I/O access, introducing disk latency and reducing the overall storage subsystem throughput for a data warehouse workload that is scan intensive. Fast Track Data Warehouse is a different way of optimizing for data warehouse workloads. By aligning database files and configuration with efficient disk scan (rather than seek) access, performance achieved from individual disk can be many factors higher. The resulting per-disk performance increase reduces the number of disks needed to generate sufficient I/O throughput to satisfy the ability of SQL Server to process data for a given workload. Furthermore, some index-based optimization techniques used to improve disk seek access can be avoided.
Page 7
When considering workloads for Fast Track Data Warehouse based systems, the data warehouse architect should consider not only whether the current data warehouse design fits the FTDW workload, but whether the data warehouse could benefit if the FTDW best practices outlined in this document are adopted.
Workload Evaluation
FTDW configurations are positioned specifically for data warehousing scenarios. The data warehousing workload has the following core principles relating to SQL Server database operations; when applying FTDW principles or reference configurations, it is important to evaluate the affinity of the target workload to these high-level principles. Scan-Intensive Queries in a data warehouse workload typically scan a large number of rows. For this reason, disk scan performance becomes an increasing priority in contrast to transactional workloads that stress disk seek time. The FTDW reference architecture optimizes hardware and database software components with disk scan performance as the key priority. This results in more efficient sequential disk reads and a correlated increase in disk I/O throughput per drive. Nonvolatile After data is written, it is rarely changed. DML operations, such as SQL update, that move pages associated with the same database table out of contiguous alignment should be carefully managed. Workloads that commonly introduce such volatility may not be well aligned to FTDW. Where volatility does occur, periodic maintenance to minimize fragmentation is recommended. Index-Light Adding nonclustered indexes generally adds performance to discrete lookups of one or few records. However, if nonclustered indexes are applied to tables in which large numbers of rows are to be retrieved, additional fragmentation and increased random I/O disk scan patterns can degrade overall system performance. In addition, maintaining indexes introduces a significant data management overhead, which can generate challenges in meeting service-level agreements (SLAs) and load windows. Sequential scan rates can be many factors higher (10 times or more) than random access rates. In addition, indexes deliver reduced value when large data scans represent the primary workload. For these reasons, the net performance benefit to an environment tuned for large analytical scan patterns can become negative. FTDW methodology prescribes database optimization techniques that align with the characteristics of the targeted workload. Clustered index and range partitioning are examples of data structures that support efficient scan based disk I/O. Partition-Aligned A common trait of Fast Track DW workloads is the ability to take advantage of SQL Server partitioning. Partitioning can simplify data lifecycle management and assist in minimizing Page 8
fragmentation over time. In addition, query patterns for large scans can take advantage of range partition qualification and significantly reduce the size of table scans without sacrificing fragmentation or disk I/O throughput. Additional Considerations The following additional considerations should be taken into account during the evaluation of a database workload: The implementation and management of an index-light database optimization strategy is a fundamental requirement for FTDW workloads. It is assumed that minimal data fragmentation will be maintained within the data warehouse. This implies the following: o Expanding the server by adding storage requires that all performance-sensitive tables be repopulated in a manner consistent with guidelines provided in this document. o Implementing highly volatile data structures, such as tables with regular row-level update activity, may also require frequent maintenance (such as defragmentation or index rebuilds) to reduce fragmentation. o Loading of cluster index tables with batches of cluster key IDs that overlap existing ranges is a frequent source of fragmentation. This should be carefully monitored and managed in accordance with best practices provided in this reference guide. Data warehousing can mean many things to different audiences. Care should be taken to evaluate customer requirements against FTDW workload attributes.
The following table summarizes data warehouse workload attributes; contrast is provided through comparison to an OLTP or operational data store (ODS) workload.
Attribute Data Warehouse Workload Affinity OLTP/ODS
Page 9
Read-mostly (90%-10%) Updates generally limited to data quality requirements High-volume bulk inserts Medium to low overall query concurrency; peak concurrent query request ranging from 10-30 Concurrent query throughput characterized by analysis and reporting needs Large range scans and/or aggregations Complex queries (filter, join, group-by, aggregation) Highly normalized centralized data warehouse model Denormalization in support of reporting requirements often serviced from BI applications such as SQL Server Analysis Services Dimensional data structures hosted on the database with relatively low concurrency, high volume analytical requests Large range scans are common Ad-hoc analytical use cases Significant use of heap table structures Large partitioned tables with clustered indexes supporting range-restricted scans Very large fact tables (for example, hundreds of gigabytes to multiple terabytes) Very large data sizes (for example, hundreds of terabytes to a petabyte) Minimal use of secondary indexes (described earlier as index-light) Partitioning is common
Balanced read-update ratio (60%-40%) Concurrent query throughput characterized by operational needs Fine-grained inserts and updates High transaction throughput (for example, 10s K/sec) Medium-to-high overall user concurrency. Peak concurrent query request ranging from 50-100 or more Usually very short transactions (for example, discrete minimal row lookups)
Data Model
Highly normalized operational data model Frequent denormalization for decision support; high concurrency, low latency discrete lookups Historical retention of data is limited Denormalized data models extracted from other source systems in support of operational event decision making
Data Architecture
Minimal use of heap table structures Clustered index table structures that support detailed record lookups (1 to few rows per request) Smaller fact tables (for example, less than100 GB) Relatively small data sizes (for example, a few terabytes)
Database Optimization
final approach implies detailed workload profiling and system benchmarking in advance of purchase or deployment. It requires a high degree of technical knowledge. Option
1. Basic Evaluation 2. Full Evaluation 3. User-defined Reference Architecture
Pros
Very fast system set-up and procurement (days to weeks) Minimize cost of design and evaluation Lower infrastructure skill requirements Predefined reference architecture tailored to expected workload Potential for cost-saving on hardware Increased confidence in solution Potential to reuse existing hardware Potential to incorporate latest hardware System highly tailored for your usecase
Cons
Possibility of over-specified storage or under-specified CPU
Evaluation takes effort and time (weeks to months) Requires detailed understanding of target workload Process takes several months Requires significant infrastructure expertise Requires significant SQL Server expertise
Page 11
1. Define the targeted workload requirements. Compare and contrast to FTDW workload attributes. For more information, see the FTDW Workload Evaluation section of this document. 2. Evaluate FTDW best practices. Practices relating to database management and data architecture and system optimization should be evaluated against the target use case and operational environment. Making a Decision The goal of this workload assessment is to ensure that you make a fully informed decision when you choose a published FTDW reference configuration. In reality most data warehousing scenarios represent a mixture of conforming and conflicting attributes relative to the FTDW workload. High priority workload attributes with a strong affinity for Fast Track reference configurations are listed here; primary customer use cases that directly conflict with any of these attributes should be carefully evaluated because they may render the methodology invalid for the use case. Workload The following workload attributes are high priority: Critical workloads feature scan-intensive data access patterns (that is, those that can benefit from sequential data placement). In general, individual query requests involve reading tens of thousands to millions (or higher) of rows. High data capacity, low concurrency relative to common OLTP workloads. Low data volatility. Frequent update/delete DML activity should be limited to a small percentage of the overall data warehouse footprint.
Database Management This includes database administration, data architecture (data model and table structure), and data integration practices: Index-light, partitioned data architecture. Careful management of database fragmentation, through suitable loading and ETL strategies and periodic maintenance. Predictable data growth requirements. FTDW systems are prebuilt to fully balanced capacity. Storage expansion requires data migration.
Page 12
Process Overview
The following process flow summarizes the FTDW Full Evaluation selection process: 1. Evaluate Fast Track workload attributes against the target usage scenario. 2. Identify server and/or bandwidth requirements for the customer use case. A published FTDW reference configuration must be chosen to begin an evaluation. 3. Identify a query that is representative of customer workload requirement. 4. Calculate the Benchmark Consumption Rate (BCR) of SQL Server for the query. 5. Calculate the Required User Data Capacity (UDC). 6. Compare BCR and UDC ratings against published Maximum CPU Consumption Rate (MCR) and Capacity ratings for conforming Fast Track reference architectures. The following describes individual points of the Full Evaluation process flow in detail.
MCR
This metric measures the maximum SQL Server data processing rate for a standardized query against a standardized data set for a specific server and CPU combination. This is provided as a per-core rate and is measured as a simple query-based scan from memory cache. MCR is the initial starting point for Fast Track system design and represents the maximum required I/O bandwidth for the server, CPU, and workload. BCR BCR is measured by a query or set of queries that are considered definitive of the Fast Track DW workload. BCR is calculated in terms of total read bandwidth from disk, rather than from cache as with the MCR calculation. The relative comparison of MCR to BCR values provides a common reference point when evaluating different reference architectures for unique customer use cases. The determination of BCR can enable tailoring of the infrastructure for a given customer use case. UDC This is simply the customer-required user data capacity for the SQL Server database. It is important to take growth rates into account when determining UDC. Note that any storage expansion beyond initial deployment potentially requires data migration that would effectively stripe existing data across the new database file locations.
Page 14
Page 15
Minimum Memory
96 GB 128 GB 256 GB
Maximum Memory
256 GB 512 GB 512 GB
The following considerations are also important when evaluating system memory requirements: Query from cache: Workloads that service a large percentage of queries from cache may see an overall benefit from increased RAM allocations as the workload grows.
Page 16
Hash Joins and Sorts: Queries that rely on large-scale hash joins or perform largescale sorting operations will benefit from large amounts of physical memory. With smaller memory, these operations will spill to disk and heavily utilize tempdb, which introduces a random I/O pattern across the data drives on the server. Loads: Bulk inserts can also introduce sorting operations that utilize tempdb if they cannot be processed in available memory.
Local Disk: A 2-disk RAID1 array is the minimum allocation for operating system and SQL Server application installation. Remaining disk configuration depends on the use case and customer preference. Fibre Channel SAN HBA SAN: All HBA and SAN network components vary to some degree by make and model. In addition, storage enclosure throughput can be sensitive to SAN configuration and PCIe bus capabilities. This recommendation is a general guideline and is consistent with testing performed during FTDW reference configuration development. All FC ports should be connected to the FC switch within the same FC zone. Only ports in use for Fast Track should exist in the zone. Affinity between HBA port and SAN port is not prescribed by the Fast Track RA. Instead, aggregate bandwidth is assumed across a shared zone hence a FC switch is required. HBA queue depth should be set appropriate to the anticipated workload. Additional, vendor-specific HBA and SAN configuration details can be found for some Fast Track partner solutions. For Fast Track 3.0 HP, Dell and IBM all publish technical white papers with additional guidance for SAN configuration and PCIe slot optimization. If differing guidance is offered, vendor-specific guidance supersedes this Reference Guide. Multipath I/O (MPIO): MPIO should be configured. Each disk volume / LUN from the SAN should appear as a separate disk in Windows. Each volume hosted on the SAN arrays should have multiple MPIO paths defined with at least one Active path. Round-robin, with subset policy should be used where the Microsoft Device-Specific Module (DSM) is configured. Vendor-specific DSMs and/or documentation may prescribe different settings and should be reviewed prior to configuration. Storage Logical File System: Mounting LUNs to windows folders (mount points) rather than drive letters is preferred due to the number of drives added in a Fast Track system. It can be useful to understand which Windows operating system drive assignment represents which LUN (volume), RAID Disk Group, and Windows Server Mount Point in the storage enclosures. You can adopt a naming scheme for the mount points and volumes when mounting LUNs to Windows folders. Refer to the FTDW 3.0 Schema Wizard found at the SQL Server 2008 R2 Fast Track Portal for examples of Volume naming schemes recommended for FTDW systems.
Page 17
You can use vendor-specific tools to achieve the recommended volume naming scheme. If a tool is not available you can make one disk available to Windows at a time from the storage arrays while assigning drive names to ensure the correct physical-to-logical topology. Physical File System: For more information, including detailed instructions, see the Application Configuration section. Storage Enclosure Configuration: All enclosure settings remain at their defaults. FTDW specifications for file system configuration require storage enclosures that allow specific configuration of RAID groupings and LUN assignments. This should be taken into account for any FTDW reference configuration hardware substitutions or custom hardware evaluations.
Application Configuration
Windows Server 2008
Default settings should be used for the Windows Server 2008 (or Windows Server 2008 R2) operating system. The Multipath I/O feature is required. The hotfixes listed below should be applied for Windows Server 2008 R2. The hotfixes will not deploy if they have been previously applied or are no longer necessary. a. kb982383 b. kb979149 c. kb976700
Page 18
Resource Governor Data warehousing workloads typically include a good proportion of complex queries operating on large volumes of data. These queries often consume large amounts of memory, and they can spill to disk where memory is constrained. This has specific implications in terms of resource management. You can use the Resource Governor technology in SQL Server 2008 to manage resource usage. Maximum memory settings are of particular importance in this context. In default settings for SQL Server, Resource Governor is provides a maximum of 25 percent of SQL Server memory resources to each session. This means that, at worst, three queries heavy enough to consume at least 25 percent of available memory will block any other memoryintensive query. In this state, any additional queries that require a large memory grant to run will queue until resources become available. You can use Resource Governor to reduce the maximum memory consumed per query. However, as a result, concurrent queries that would otherwise consume large amounts of memory utilize tempdb instead, introducing more random I/O, which can reduce overall throughput. While it can be beneficial for many data warehouse workloads to limit the amount of system resources available to an individual session, this is best measured through analysis of concurrency benchmarks and workload requirements. For more information about how to use Resource Governor, see Managing SQL Server Workloads with Resource Governor in SQL Server Books Online. Vendor specific guidance and practices for Fast Track solutions should also be reviewed. In particular, larger 4-socket and 8-socket Fast Track solutions may rely on specific Resource Governor settings to achieve optimal performance. In summary, there is a trade-off between lowering constraints that offer higher performance for individual queries and more stringent constraints that guarantee the number of queries that can run concurrently. Setting MAXDOP at a value other than the maximum will also have an impact in effect, it further segments the resources available, and it constrains I/O throughput to an individual query. For more information about best practices and common scenarios for Resource Governor, see the white paper Using the Resource Governor.
Storage System
Managing fragmentation is crucial to system performance over time for Fast Track Data Warehouse reference architectures. For this reason, a detailed storage and file system configuration is specified. Storage System Components Figure 3 provides a view that combines three primary layers of storage configuration for the integrated database stack. The database stack contains the following elements: Physical disk array (4 spindle RAID 1+0) Operating system volume assignment (LUN)
Page 19
Figure 3: Example comprehensive storage architecture for a FT system based on three storage enclosures with one LUN per disk group. This is typical of some FT 3.0 2-socket server reference architectures. Storage Configuration Details For each storage enclosure, do the following. 1. Create Disk Groups of four disks each, using RAID 1+0 (RAID 10). The exact number of Disk Groups, per storage enclosure, can vary by vendor. Refer to vendor-specific documentation for details. In general, the number is (2) RAID10 and (1) RAID1 disk group for large form factor (LFF) enclosures and (5) RAID10 disk groups for small form factor (SFF) enclosures. 2. All but one disk group will be dedicated to primary user data (PRI).
Page 20
a. .All Fast Track 3.0 RAs call for either one or two LUNs to be created per PRI disk group. Refer to vendor-specific guidance for your chosen RA. These LUNs will be used to store the SQL Server database files (.mdf and .ndf files). b. Ensure that primary storage processor assignment for each disk volume allocated to primary data within a storage enclosure is evenly balanced. For example, a storage enclosure with four disk volumes allocated for primary data will have two volumes assigned to storage processor A and two assigned to storage processor B. 3. Create one LUN on the remaining Disk Group to host the database transaction logs (LOG). For some larger Fast Track configurations LOG allocations are limited to only the first few storage enclosures in the system. In this case the additional disk groups are used for nondatabase staging or left unpopulated to reduce cost. For each database, do the following: 1. Create at least one filegroup containing one data file per PRI LUN. Be sure to make all the files the same size. If you plan to use multiple filegroups within a single database to segregate objects (for example, a staging database to support loading), be sure to include all PRI LUN as locations for each filegroup. 2. When creating the files for each filegroup, preallocate them to their largest anticipated size, with a size large enough to hold the anticipated objects. 3. Disable the autogrow option for data files, and manually grow all data files when the current size limit is being approached. 4. For more information about recommendations for user databases and filegroups, see the Managing Data Fragmentation section of this document. For tempdb, do the following: 1. Preallocate space, and add a single data file per LUN. Be sure to make all files the same size. 2. Assign temp log files onto one of the LUNs dedicated to LOG files. 3. Enable Autogrow; In general the use of a large growth increment is appropriate for DW workloads. A value equivalent to 10 percent of the initial file size is a reasonable starting point. 4. Follow standard SQL Server best practices for database and tempdb sizing considerations. Greater space allocation may be required during the migration phase or during the initial data load of the warehouse. For more information, see Capacity Planning for tempdb in SQL Server Books Online. For the transaction log, do the following: 1. Create a single transaction log file per database on one of the LUNs assigned to the transaction log space. Spread log files for different databases across available LUNs or use multiple log files for log growth as required. 2. Enable the autogrow option for log files. 3. Refer to existing best practices for SQL Server transaction log allocation and management. Page 21
Data Architecture
Table Structure
The type of table that is used to store data in the database has a significant effect on the performance of sequential access. It is very important to design the physical schema with this in mind to allow the query plans to induce sequential I/O as much as possible. There is a choice to be made with regard to the type of table that is used to store your data. The decision comes down to how the data in the table will be accessed the majority of the time. The following decision tree can be used to help determine which type of table should be considered based on the details of the data being stored. Heap Tables Heap tables provide clean sequential I/O for table scans and generally lower overhead with regards to table fragmentation. They do not inherently allow for optimized (direct-access) range based scans as found with a clustered index table. In a range scan situation, a heap table scans the entire table (or appropriate range partition, if partitioning is applied). Scanning heap tables reaches maximum throughput at 32 files, so use of heaps for large fact tables on systems with high LUN (more than 32) or core (more than 16) count may require the use of Resource Governor, DOP constraints, or changes to the standard Fast Track database file allocation. It is best to use heap tables where: The majority of high priority queries against the table reference contain predicates that reference a variety of disparate columns or have no column predicates. Queries normally perform large scans as opposed to range-restricted scans, such as tables used exclusively to populate Analysis Services cubes. (In such cases, the heap table should be partitioned with the same granularity as the Analysis Services cube being populated.) Query workload requirements are met without the incremental overhead of index management or load performance is of paramount importance heap tables are faster to load.
Page 22
Clustered Index Tables In the data warehouse environment, a clustered index is most effective when the key is a rangequalified column (such as date) that is frequently used in restrictions for the relevant query workload. In this situation, the index can be used to substantially restrict and optimize the data to be scanned. It is best to use clustered index tables if: There are range-qualified columns in the table that are used in query restrictions for the majority of the high-priority query workload scenarios against the table: o For FTDW configurations, the partitioned date column of a clustered index should also be the clustered index key. Choosing a clustered index key that is not the date partition column for a clustered index table might be advantageous in some cases. However, this is likely to lead to fragmentation unless complete partitions are loaded at a time, because new data that overlaps existing clustered index key ranges creates page splits.
Queries against the table normally do granular or range constrained lookups, not full table or large multi-range scans.
Table Partitioning
Table partitioning provides an important benefit with regard to data management and minimizing fragmentation. Because table partitioning groups the table contents into discrete blocks of data, it enables you to manage these blocks as a whole. For example, using this technique to delete data from your database in blocks can help reduce fragmentation in your database. In contrast, deleting row by row induces fragmentation and may not even be feasible for large tables. In addition, large tables that are used primarily for populating SQL Server Analysis Services cubes can be created as partitioned heap tables, with the table partitioning aligned with the cubes partitioning. When accessed, only the relevant partitions of the large table will be scanned. (Partitions that support Analysis Services ROLAP mode may be better structured as clustered indexes.) For more information about table partitioning, see SQL Server Partitioning.
Indexing
The following guidelines for FTDW index creation are recommended for FTDW systems: Use a clustered index for date ranges or common restrictions. Reserve nonclustered indexing for tables where query restriction or granular lookup is required and table partitioning does not provide sufficient performance. Limit the use of nonclustered indexes to situations where the number of rows searched for in the average query is very low compared to overall table size. Page 23
Nonclustered, covering indexes may provide value for some data warehouse workloads. These should be evaluated on a case-by-case basis.
Database Statistics
When to run statistics and how often to update them is not dependent on any single factor. The available maintenance window and overall lack of system performance are typically the two main reasons where database statistics issues are addressed. For more information, see Statistics for SQL Server 2008. Best Practices We recommend the following best practices for database statistics: Use the AUTO CREATE and AUTO UPDATE (sync or async) options for statistics (the system default in SQL Server). Use of this technique will minimize the need to run statistics manually. If you must gather statistics manually, statistics ideally should be gathered on all columns in a table. If it is not possible to run statistics for all columns, you should at least gather statistics on all columns that are used in a WHERE or HAVING clause and on join keys. Index creation builds statistics on the index key, so you dont have to do that explicitly. Composite (multicolumn) statistics are critical for many join scenarios. Fact-dimension joins that involve composite join keys may induce suboptimal nested loop optimization plans in the absence of composite statistics. Auto-statistics will not create, refresh, or replace composite statistics. Statistics that involve an increasing key value (such as a date on a fact table) should be updated manually after each incremental load operation. In all other cases, statistics can be updated less frequently. If you determine that the AUTO_UPDATE_STATISTICS option is not sufficient for you, run statistics on a scheduled basis.
Compression
The Fast Track data warehouse configurations are designed with page compression enabled. It is highly recommended that you use page compression on all fact tables. Compression of small dimension tables (that is, those with less than a million rows) is optional. With larger dimension tables it is often beneficial to use page compression. In either case, compression of dimension tables should be evaluated on a use case basis. Row compression is an additional option that provides reasonable compression rates for certain types of data. SQL Server 2008 compression shrinks data in tables, indexes, and partitions. This reduces the amount of physical space required to store user tables which enables more data to fit into the SQL Server buffer pool (memory). One benefit of this is in a reduction of the number of I/O requests serviced from physical storage.
Page 24
The amount of actual compression that can be realized varies relative to the data that is being stored and the frequency of duplicate data fields within the data. If your data is highly random, the benefits of compression are very limited. Even under the best conditions, the use of compression increases demand on the CPU to compress and decompress the data, but it also reduces physical disk space requirements and under most circumstances improves query response time by servicing I/O requests from memory buffer. Usually, page compression has a compression ratio (original size/compressed size) of between 2 and 7:1, with 3:1 being a typical conservative estimate. Your results will vary depending on the characteristics of your data.
Page 25
,i.name ,cast (ps.avg_fragmentation_in_percent as int) as [Logical Fragmentation] ,cast (ps.avg_page_space_used_in_percent as int) as [Avg Page Space Used] ,cast (ps.avg_fragment_size_in_pages as int) as [Avg Fragment Size In Pages] ,ps.fragment_count as [Fragment Count] ,ps.page_count ,(ps.page_count * 8)/1024/1024 as [Size in GB] FROM sys.dm_db_index_physical_stats (DB_ID() --NULL = All Databases , OBJECT_ID('$(TABLENAME)') ,1 , NULL , 'SAMPLED') AS ps INNER JOIN sys.indexes AS i on (ps.object_id = i.object_id AND ps.index_id = i.index_id) WHERE ps.database_id = db_id() and ps.index_level = 0; --DETAILED, SAMPLED, NULL = LIMITED
Index Fragmentation An index can be in different physical (page) and logical (index) order. Do not use the ALTER INDEX REORGANIZE command to resolve this type of fragmentation because doing so can negate the benefits of large allocations. An index rebuild or the use of INSERTSELECT to insert data into a new copy of the index (which avoids a resort) can resolve this issue. Any ALTER INDEX REBUILD process should specify SORT_IN_TEMPDB=TRUE to avoid fragmentation of the destination filegroup. A MAXDOP value of 1 should also be used to maintain index page order and improve subsequent scan speeds.
Filegroup Segmentation
Separate filegroups can be created to handle volatile data use cases such as: Tables or indexes that are frequently dropped and re-created (leaving gaps in the storage layout that are refilled by other objects). Indexes for which there is no choice but to support as highly fragmented because of page splits, such as cases in which incremental data that mostly overlaps the existing clustered index key range is frequently loaded.
Page 26
Smaller tables (such as dimension tables) that are loaded in relatively small increments, which can be placed in a volatile filegroup to prevent those rows from interleaving with large transaction or fact tables. Staging databases from which data is inserted into the final destination table.
Other tables can be placed in a nonvolatile filegroup. Additionally, very large fact tables can also be placed in separate file groups.
Loading Data
The Fast Track component architecture is balanced for higher average scan rates seen with sequential disk access. To maintain these scan rates, care must be taken to ensure contiguous layout of data within the SQL Server file system. This section is divided into the following two high-level approaches, incremental load and data migration. This guidance is specific, but not exclusive, to Fast Track data warehousing. For more information about SQL Server bulk load, see The Data Loading Performance Guide.
Incremental Loads
This section covers the common day-to-day load scenarios of a data warehouse environment. This section includes load scenarios with one or more of the following attributes: Small size relative to available system memory Load sort operations fit within available memory Small size relative to the total rows in the target load object
The following guidelines should be considered when you are loading heap and clustered index tables. Heap Table Load Process Bulk inserts for heap tables can be implemented as serial or parallel process. Use the following tips: To execute the movement of data into the destination heap table, use BULK INSERT with the TABLOCK option. If the final permanent table is partitioned, use the BATCHSIZE option, because loading to a partitioned table causes a sort to tempdb to occur. To improve load time performance when you are importing large data sets, run multiple bulk insert operations simultaneously to utilize parallelism in the bulk process.
Clustered Index Load Process Two general approaches exist to loading clustered index tables with minimal table fragmentation: Option 1: Use BULK INSERT to load data directly into the destination table. For best performance, the full set of data being loaded should fit into an in-memory sort. All data loaded should be handled by a single commit operation by using a BATCHSIZE value of
Page 27
0. This setting prevents data in multiple batches from interleaving and generating page splits. If you use this option, the load must occur single-threaded. Option 2: Create a staging table that matches the structure (including partitioning) of the destination table. o Perform a serial or multithreaded bulk insert into the empty clustered index staging table using moderate, nonzero batch size values to avoid spilling sorts to tempdb. Best performance will be achieved with some level of parallelism. The goal of this step is performance; therefore the page splits and logical fragmentation induced by parallel and/or concurrent inserts are not a concern. o Insert from the staging table into the destination clustered index table using a single INSERTSELECT statement with a MAXDOP value of 1. This MAXDOP hint setting ensures that data pages are placed contiguously within the SQL Server data file and will clean up any logical fragmentation created in the prior step. Option 3: This option requires the use of two filegroups and two or more tables. The approach requires a partitioned cluster index table and is best suited for tables that see high levels of logical fragmentation in the most current partitions with little to no change activity to older partitions. The overall goal is to place volatile partitions in a dedicated filegroup and age or roll those partitions to the static filegroup after they stop receiving new records or changes to existing records. o Create two filegroups, following FTDW guidance. One will be dedicated to volatile partitions and the other to static partitions. A volatile partition is one in which more than 10 percent of rows will change over time. A static partition is one that is not volatile. o Build the primary cluster index partitioned table in the static filegroup. o Build a table consistent with one of the following two general approaches: A single heap table with a constraint that mirrors the partition scheme of the primary table. This constraint would represent the volatile range of the primary data set and may span one or more partition ranges of the primary table scheme. This is most useful if initial load performance is the key decision criteria because loads to a heap are generally more efficient than loads to a cluster index. A single cluster index table with a partition scheme that is consistent with the primary table partition. This allows direct inserts with low degree of parallelism (DOP) to the primary table as volatile partitions age. After they are aged via insert to the primary table, partitions are dropped and new ranges added. o Build a view that unions both tables together. This presents the combination of the two tables as a single object from the user perspective. o After the volatile data ranges become static from a change-data perspective, use an appropriate aging process (often called partition rolling): If a heap table with constraint is used; move data by partition range to the static filegroup via insert to staging table. Use CREATE INDEX and partition switching to move the data into the primary table. For more
Page 28
information about this type of operation for FTDW configurations, see the following section on Data Migration. If a partitioned CI is used; Use a low DOP that is, less than or equal to 8) INSERT, restricted by partition range, directly into the primary table. You may need to set the DOP as low as one to avoid fragmentation depending on overall system concurrency.
Data Migration
This covers large one-time or infrequent load scenarios in a data warehouse environment. These situations can occur during platform migration or while test data is loaded for system benchmarking. This topic includes load scenarios with one or more of the following attributes: Load operations that exceed available system memory High-concurrency, high-volume load operations that create pressure on available memory
Heap Table Load Process Follow the guidance provided for incremental load processing. Clustered Index Load Process Two general approaches exist to loading clustered index tables with minimal table fragmentation: Option 1: Use BULK INSERT to load data directly into a clustered index target table. Sort operations and full commit size should fit in memory for best performance. Care must be taken to ensure that separate batches of data being loaded do not have index key ranges that overlap. Option 2: Perform a serial or multithreaded bulk insert to an empty clustered index staging table of identical structure. Use moderate, nonzero batch size to keep sorts in memory. Next, insert data into an empty clustered index table using a single INSERTSELECT statement with a MAXDOP value of 1. Option 3: Use multithreaded bulk inserts to a partition conforming heap staging table, using moderate nonzero batch size values to keep sorts in memory. Next, use serial or parallel INSERTSELECT statements spanning each partition range to insert data into the clustered index table. Option 4: Partition switch operations can be used in a multi-step process that generally provides the best results for large load operations. This approach adds more complexity to the overall process and is designed to demonstrate an approach that is optimal for raw load performance. The primary goal of this approach is to enable parallel write activity at all phases of the insert to cluster index operation without introducing logical fragmentation. This is achieved by staging the table across multiple filegroups prior to inserting the data into the final destination table. o Identify the partition scheme for the final, destination cluster index table. o Create a stage filegroup. o Create an uncompressed, nonpartitioned heap base staging table in the stage filegroup. o Bulk insert data using WITH TABLOCK to the base staging table. Multiple, parallel bulk-copy operations are the most efficient approach if multiple source Page 29
o o
o o
files are an option. The number of parallel load operations to achieve maximum throughput is dependent on server resources (CPU and memory) and the data being loaded. Identify the number of primary filegroups to be supported. This number should be a multiple of the total number of partitions in the destination table. The number also represents the total number of INSERT and CREATE INDEX operations to be executed concurrently in later steps. As an example, for a table with 24 partitions and a server with eight cores eight primary filegroups can be chosen. This allows execution of eight parallel inserts in the next steps, one for each of the eight primary filegroups. Each filegroup, in this case, would contain three partition ranges worth of data. Create the number of primary filegroups as determined earlier. Create one staging heap table in each primary filegroup for each partition range, with no compression. Create a constraint on the staging table that matches the corresponding partition range from the destination table. Using the example given earlier, there would be three staging tables per primary filegroup created in this step. Create the destination, partitioned cluster index table with page compression. This table should be partitioned across all primary filegroups. Partitions should align with the heap staging table constraint ranges. Execute one INSERT or SELECT statement from the base staging table to the staging filegroup tables for each primary filegroup. This should be done in parallel. Be sure that the predicate for the INSERT or SELECT statement matches the corresponding partition ranges. Never run more than one INSERT or SELECT statement per filegroup concurrently. Execute one CREATE CLUSTERED INDEX command with page compression per filegroup for the newly populated staging tables. This can be done in parallel but never with DOP higher than 8. Never run more than one create index per filegroup concurrently. Be sure to use the SORT_IN_TEMPDB option whenever performing a CREATE INDEX operation to avoid fragmenting the primary filegroups. The optimal number of concurrent create index operations will depend on server size, memory, and the data itself. In general, strive for high CPU utilization across all cores without oversubscribing (85-90 percent total utilization). Execute serial partition switch operations from the staging tables to the destination table. This can also be done at the completion of each staging CREATE INDEX operation.
Examples For more information about data loading and optimizations, see The SQL Server 2008 Data Loading Performance Guide. An additional resource describing Fast Track incremental and migration load scenarios compatible with Fast Track 2.0 and Fast Track 3.0 is provided in a Microsoft PowerPoint presentation FTDW 3.0 Data Loading Overview that can be found at the SQL Server 2008 R2 Fast Track Portal.
Page 30
Page 31
3. Start with a relatively low value for outstanding I/Os (-o) and repeat tests increasing this value until there is no further gain in aggregate throughput. The goal of this test is to achieve aggregate throughput that is reasonable compared with the theoretical limits of the components in the path between the server and storage. This test validates the bandwidth between the server and the SAN storage processors that is, the MultiPath Fibre Channel paths. Step 2 - Validate LUN and RAID Pair Bandwidth This test is similar to the previous tests. However, a larger file is used to remove possible benefits from array cache from controller cache. These test files should be large enough to simulate the target database file size per LUN, for example, 25 GB per LUN. Similar parameters should be used for SQLIO as described in step 1. Large block (512 KB) sequential reads should be issued against the test files on each LUN. We recommend that you use a single thread per file with an outstanding request depth somewhere between 4 and 16 (start small and increase until maximum throughput is achieved). First test each LUN individually and then test the two simultaneously. Disk group throughput varies by storage vendor and configuration but comparison can always be made to single HDD read rates. A 4-disk RAID1+0 disk group, for example, should achieve a peak read rate of at least four times the single HDD read rate for this type of basic read pattern. If this is not achieved, it is possible that reads are not being serviced by both sides of the mirrored disk pair within the disk group. These mirrored reads are critical to FTDW scan performance. Step 3 - Validate Aggregate Bandwidth In this test, sequential reads should be run across all of the available data LUNs concurrently against the same files used in step 2. SQLIO should be run using two threads per test file, with an I/O size of 512K and an optimal number of outstanding I/Os as determined by the previous test. The results of this test illustrate the maximum aggregate throughput achievable when reading data from the physical disks. Data is read from the large data file, as in the previous test, on each LUN simultaneously. Aggregate performance from disk should be in the region of 80 percent to 90 percent of the aggregate Fibre Channel bandwidth, for balanced FTDW systems. Component Ratings The following diagram illustrates synthetic benchmark results that are consistent with values seen in similar Fast Track reference architectures.
Page 32
Figure 4: Example of synthetic benchmark realized bandwidth for a 2-socket, 12-core server with 3 8Gbps dual-port HBA cards, with 12 4-disk RAID1+0 primary data LUN. Summary Baseline hardware benchmarking validates the actual bandwidth capability for the key hardware components of the database stack. This is done with a series of best-case synthetic tests executed through a tool like SQLIO.
for the FTDW workload the query represents and the hardware stack being evaluated. Additionally, MCR can be used as a reference point when comparing the same standardized metric from any published and validated FTDW reference architecture. This does mean, however, that MCR is not representative of results for an actual customer workload. Rather, MCR provides a baseline peak rate for comparison and design purposes. For example, if the database stack being evaluated does not provide total disk I/O that is comparable to the MCR rating for the server, the system may be under-provisioned for storage I/O. Validated FTDW 3.0 architectures will have aggregate baseline I/O throughput results that are at least 100 percent of the server-rated MCR. In summary: MCR is not definitive of actual results for a customer workload. MCR provides a maximum data processing rate baseline for SQL Server and the associated Fast Track workload. MCR is specific to a CPU and server. In general, rates for a given CPU do not vary greatly by server and motherboard architecture but final MCR should be determined by actual testing. MCR throughput rating can be used as a comparative value against existing, published FTDW reference architectures. This can assist with hardware selection prior to component and application testing.
Calculating MCR A baseline CPU consumption rate for the SQL Server application is established by running a standard SQL query defined for the FTDW program. This query is designed to be a relatively simple representation of a typical query for the workload type (in this case DW) and is run from buffer cache. The resulting value is specific to the CPU and the server the query is being executed against. Use the following method to calculate MCR: 1. Create a reference dataset based on the TPC-H lineitem table or similar data set. The table should be of a size that it can be entirely cached in the SQL Server buffer pool yet still maintain a minimum two-second execution time for the query provided here. 2. For FTDW 3.0 the following query is used: SELECT sum([integer field]) FROM [table] WHERE [restrict to appropriate data volume] GROUP BY [col]. 3. The environment should: Ensure that Resource Governor settings are at default values. Ensure that the query is executing from the buffer cache. Executing the query once should put the pages into the buffer, and subsequent executions should read fully from buffer. Validate that there are no physical reads in the query statistics output. Set STATISTICS IO and STATISTICS TIME to ON to output results. 4. Run the query multiple times, at MAXDOP = 4. Record the number of logical reads and CPU time from the statistics output for each query execution. Calculate the MCR in MB/s using the formula: ( [Logical reads] / [CPU time in seconds] ) * 8KB / 1024 Page 34
A consistent range of values (+/- 5%) should appear over a minimum of five query executions. Significant outliers (+/- 20% or more) may indicate configuration issues. The average of at least 5 calculated results is the FTDW MCR.
Based on the MCR calcuation, a component architecture throughput diagram can be constructed. For the purposes of system MCR evaluation, component throughput is based on vendor-rated bandwidth. This diagram can be useful for system design, selection, and bottleneck analysis. Figure 5 illustrates an example of this.
Figure 5: Example of Maximum CPU Consumption Rate (MCR) and rated component bandwidth for a 2 socket, 12 core server based on Intel Westmere CPUs. For more information about measuring MCR, see Workload Testing in the appendix.
Page 35
Calculating BCR A benchmark CPU consumption rate for the SQL Server application is established by running a standard SQL query (or a set of queries) that are specific to your data warehouse workload. This query should be serviced from disk, not from the SQL Server buffer pool as with MCR. The resulting value is specific to the CPU, the server, and the workload it is being executed against. The appendix entry for Workload Testing provides a more detailed example of creating a BCR workload benchmark. Use the following method to calculate BCR: 1. Create a reference dataset that contains at least one table. The table should be of significant enough size that it is not entirely cached in either the SQL Server buffer pool cache or in the SAN array cache. In absence of customer data, a synthetic dataset can be used. It is important to attempt to approximate the expected characteristics of the data for the targeted use case. 2. The basic query form for FTDW 3.0 is the following: SELECT sum([integer field]) FROM [table] WHERE [restrict to appropriate data volume] GROUP BY [col]. 3. For a FTDW customer benchmark it is always ideal to choose a query that is representative of the target workload. Even better, multiple queries can also be selected and scheduled as concurrent query workload that is representative of peak historical or projected activity for the customer environment. The following criteria can be considered in query selection: Represent average target workload requirements. This may imply increasing or decreasing the complexity of the basic query form, adding joins, and/or discarding more or less data through projection and restriction. The query should not cause writes of data to tempdb unless this characteristic is a critical part of the target workload. The query should return minimal rows. The SET ROWCOUNT option can be used to manage this. A ROWCOUNT value greater than 100 should be used (105 is standard for Fast Track benchmarking). Alternatively aggregation can be used to reduce records returned from large unrestricted scans. 4. The environment should: Ensure that Resource Governor settings are set at default. Ensure caches are cleared before the query is run, using DBCC dropcleanbuffers. Set STATISTICS IO and STATISTICS TIME to ON to output results. 5. Run the query or workload multiple times, starting at MAXDOP 8. Each time you run the query, increase the MAXDOP setting for the query, clearing caches between each run. Record the number of logical reads and CPU time from the statistics output. Calculate the BCR in MB/s using the formula: ( [Logical reads] / [CPU time in seconds] ) * 8KB / 1024 This gives you a range for BCR. If multiple queries are used, use a weighted average to determine BCR.
Page 36
BCR Results Figure 6 illustrates SQL Server workload based benchmark results that are consistent with values seen in similar Fast Track Data Warehouse reference architectures.
Figure 6: Example of synthetic benchmark realized bandwidth for a 2-socket, 12-core server with 3 8Gbps dual-port HBA cards, with 12 4-disk RAID1+0 primary data LUN. Interpreting BCR If your BCR for the average query is much lower than the standard MCR benchmarked for the Fast Track RA, you are likely to be CPU bound. In response, you might think about reducing the storage throughput, for example by reducing the number of arrays, introducing more disks per array, or increasing the size of the disks these will reduce the cost of the storage infrastructure to a balanced level. Alternatively you might think about using a higher socket count server or higher performance CPUs that will take advantage of the surplus of storage I/O throughput. In either case the goal is to balance database processing capability with storage I/O throughput.
Page 37
Correspondingly, if your BCR is higher than the MCR, you may need more I/O throughput to process a query workload in a balanced fashion.
Conclusion
SQL Server Fast Track Data Warehouse offers a template and tools for bringing a data warehouse from design to deployment. This document describes the methodology, configuration options, best practices, reference configurations, and benchmarking and validation techniques for Fast Track Data Warehouse. For more information: SQL Server Website SQL Server TechCenter SQL Server Online Resources Top10 Best Practices for Building Large Scale Relational Data Warehouses (SQLCAT team) How to: Enable the Lock Pages in Memory Option (Windows) Tuning options for SQL Server 2005 and SQL Server 2008 for high performance workloads How to: Configure SQL Server to Use Soft-NUMA Database File Initialization How to: View or Change the Recovery Model of a Database (SQL Server Management Studio) Monitoring Memory Usage 824190 Troubleshooting Storage Area Network (SAN) Issues
Page 38
Microsoft Storage Technologies Multipath I/O Storport in Windows Server 2003: Improving Manageability and Performance in Hardware RAID and Storage Area Networks SQL Server 2000 I/O Basics White Paper Data Compression: Strategy, Capacity Planning and Best Practices
Did this paper help you? Please give us your feedback. Tell us on a scale of 1 (poor) to 5 (excellent), how would you rate this paper and why have you given it this rating? For example: Are you rating it high due to having good examples, excellent screen shots, clear writing, or another reason? Are you rating it low due to poor examples, fuzzy screen shots, or unclear writing?
This feedback will help us improve the quality of white papers we release. Send feedback.
C:\stor\pri\1\iobw.tst 1 0x0 50 Running SQLIO with the F parameter generates a 50 MB file on first execution: Eq sqlio -kW -s60 -fsequential -o1 -b64 -LS -Fparam.txt This process can take some time for large files. Create one file on each data disk on which you will host SQL Server data and tempdb files. This can be achieved by adding more lines to the parameter file, which will create the required files one by one. To achieve parallel file creation, create multiple parameter files and run multiple SQLIO sessions concurrently.
Page 40
Figure 7: Logical Disk > Read Bytes / sec counter Validate LUN and Disk Group Bandwidth (from Disk) These tests ensure all disk volumes presented by the disk arrays to Windows are capable of contributing to the overall aggregate bandwidth, by reading from each LUN, one at a time. You may see that some of the LUNs appear to be slightly faster than others. This is not unusual but differences greater than 15% should be examined.
Figure 8: Validating LUN and RAID pair bandwidth Run simultaneous tests against one or more LUN that share the same disk group. The picture shows the output of tests against 8 disk groups.
Page 41
Figure 9: Testing LUNs that share disk groups. Validate Aggregate Bandwidth (from Disk) The following test demonstrates the effect of stepping up the I/O throughput, adding in an additional LUN into the test at regular intervals. As each test runs for a set interval, you see a step down. You should observe a similar pattern. Peak aggregate bandwidth from disk should approach 80 percent to 90 percent of the bandwidth demonstrated from cache in the first step. The graph shows the test at multiple block sizes 512K and 64K.
Page 42
Workload Testing
Measuring the MCR for Your Server (Optional)
The goal of MCR is to estimate the maximum throughput of a single CPU core, running SQL Server, in absence of I/O bottleneck issues. MCR is evaluated per core. If you chose to calculate this for your own server, additional details describing the methodology for calculating MCR are provided here: 1. Create a reference dataset based on the TPC-H lineitem table or similar data set. The table should be of a size that it can be entirely cached in the SQL Server buffer pool yet still maintain a minimum 2 second execution time for the query provided here. 2. For FTDW 3.0 the following query is used: SELECT sum([integer field]) FROM [table] WHERE [restrict to appropriate data volume] GROUP BY [col]. 3. The environment should: Ensure that Resource Governor is set to default values. Ensure that the query is executing from the buffer cache. Executing the query once should put the pages into the buffer and subsequent executions should read fully from buffer. Validate that there are no physical reads in the query statistics output. Set STATISTICS IO and STATISTICS TIME to ON to output results. 4. Run the query multiple times, at MAXDOP = 4. Record the number of logical reads and CPU time from the statistics output for each query execution. Calculate the MCR in MB/s using the formula: ( [Logical reads] / [CPU time in seconds] ) * 8KB / 1024 A consistent range of values (+/- 5%) should appear over a minimum of five query executions. Significant outliers (+/- 20% or more) may indicate configuration issues. The average of at least 5 calculated results is the FTDW MCR.
Page 43
( NAME = N FILEGROWTH ( NAME = N FILEGROWTH ( NAME = N FILEGROWTH ( NAME = N FILEGROWTH ( NAME = N FILEGROWTH ( NAME = N FILEGROWTH ( NAME = N FILEGROWTH ( NAME = N FILEGROWTH ( , ( , ( , ( ,
, FILENAME = N'C:\FT\PRI\SE1-SP1-DG1-v1' , SIZE = 417GB , , FILENAME = N'C:\FT\PRI\SE1-SP1-DG2-v2' , SIZE = 417GB , , FILENAME = N'C:\FT\PRI\SE1-SP2-DG3-v3' , SIZE = 417GB , , FILENAME = N'C:\FT\PRI\SE1-SP2-DG4-v4' , SIZE = 417GB , , FILENAME = N'C:\FT\PRI\SE2-SP1-DG6-v6' , SIZE = 417GB , , FILENAME = N'C:\FT\PRI\SE2-SP1-DG7-v7' , SIZE = 417GB , , FILENAME = N'C:\FT\PRI\SE2-SP2-DG8-v8' , SIZE = 417GB , , FILENAME = N'C:\FT\PRI\SE2-SP2-DG9-v9' , SIZE = 417GB , , FILENAME = N'C:\FT\PRI\SE3-SP1-DG11-v11' , SIZE = 417GB , FILENAME = N'C:\FT\PRI\SE3-SP1-DG12-v12' , SIZE = 417GB , FILENAME = N'C:\FT\PRI\SE3-SP2-DG13-v13' , SIZE = 417GB , FILENAME = N'C:\FT\PRI\SE3-SP2-DG14-v14' , SIZE = 417GB
NAME = N 'FT_Demo_v11.ndf' FILEGROWTH = 0 ), NAME = N 'FT_Demo_v12.ndf' FILEGROWTH = 0 ), NAME = N 'FT_Demo_v13.ndf' FILEGROWTH = 0 ), NAME = N 'FT_Demo_v14.ndf' FILEGROWTH = 0 ),
LOG ON ( NAME = N 'FT_LOG_v5.ldf' , FILENAME = N 'C:\FT\LOG\SE1-SP2-DG5-v5' , SIZE = 100GB , MAXSIZE = 500GB , FILEGROWTH = 50 ) GO /*****************Configure recommended settings***********************/ ALTER DATABASE FT_Demo SET AUTO_CREATE_STATISTICS ON GO ALTER DATABASE GO ALTER DATABASE GO ALTER DATABASE GO FT_Demo FT_Demo FT_Demo SET AUTO_UPDATE_STATISTICS ON SET AUTO_UPDATE_STATISTICS_ASYNC ON SET RECOVERY SIMPLE
sp_configure 'show advanced options', 1 go reconfigure with override go /********Make sure all tables go on our filegroup and not the Primary filegroup****/ ALTER DATABASE FT_Demo MODIFY FILEGROUP FT_Demo DEFAULT GO
Page 44
( l_orderkey l_partkey l_suppkey l_linenumber l_quantity l_extendedprice l_discount l_tax l_returnflag l_linestatus l_shipdate l_commitdate l_receiptdate l_shipinstruct l_shipmode l_comment ) ON FT_Demo GO
bigint not null, integer not null, integer not null, integer not null, float not null, float not null, float not null, float not null, char(1) not null, char(1) not null, datetime not null, datetime not null, datetime not null, char(25) not null, char(10) not null, varchar(132) not null
CREATE CLUSTERED INDEX cidx_lineitem ON lineitem(l_shipdate ASC) WITH( SORT_IN_TEMPDB = ON , DATA_COMPRESSION = PAGE ) ON FT_Demo GO
Loading Data for BCR Measurement As described elsewhere in this document, Fast Track Data Warehouse systems are sensitive to the fragmentation of database files. Use one of the techniques this document describes to load data. During FTDW testing, the clustered index load method described as option 2 was used. Using the TPC-H datagen tool, lineitem table data was generated to a size of 70 GB, using options -s100, generating the file in 8 parts, and using the S and C options. Trace flag 610 was set during all load operations to use minimal logging where possible. Using BULK INSERT, this data was inserted in parallel into a single clustered index staging table, using minimal logging; we chose a block size that would not overwhelm available memory and that would reduce spillage to disk. Disabling page locks and lock escalation on the staging table improved performance during this phase. A final insert was performed into an identical target table, with MAXDOP 1 (using the TABLOCK hint) and avoiding a sort. Running Queries for BCR Measurement Use the SQL Server Profiler tool to record relevant information for query benchmarks. SQL Server Profiler should be set up to record logical reads, CPU, duration, database name, schema name, the SQL statement, and the actual query plans. Alternatively the statistics session parameters set statistics io on and set statistics time on can be used.
Page 45
Here are a few example queries (based on queries from the TPC-H benchmark) and the BCR achieved on reference systems.
Query Complexity Simple Average Complex Per-core BCR (Page Compressed ) at MAXDOP 4 201 MB/s 83 MB/s 56 MB/s
Simple
SELECT sum(l_extendedprice * l_discount) as revenue FROM lineitem WHERE l_discount between 0.04 - 0.01 and 0.04 + 0.01 and l_quantity < 25 OPTION (maxdop 4)
Average
SELECT l_returnflag, l_linestatus, sum(l_quantity) as sum_qty, sum(l_extendedprice) as sum_base_price, sum(l_extendedprice*(1-l_discount)) as sum_disc_price, sum(l_extendedprice*(1-l_discount)*(1+l_tax)) as sum_charge, avg(l_quantity) as avg_qty, avg(l_extendedprice) as avg_price, avg(l_discount) as avg_disc, count_big(*) as count_order FROM lineitem WHERE l_shipdate <= dateadd(dd, -90, '1998-12-01') GROUP BY l_returnflag, l_linestatus ORDER BY l_returnflag, l_linestatus OPTION (maxdop 4)
Complex
Page 46
SELECT 100.00 * sum(case when p_type like 'PROMO%' then l_extendedprice*(1-l_discount) else 0 end) / sum(l_extendedprice * (1 - l_discount)) as promo_revenue FROM lineitem, part WHERE l_partkey = p_partkey and l_shipdate >= '1995-09-01' and l_shipdate < dateadd(mm, 1, '1995-09-01') OPTION (maxdop 4)
Page 47