وبلاگ بلیان

SQL Tuning: Generating Optimal Execution Plans

معرفی کتاب «SQL Tuning: Generating Optimal Execution Plans» نوشتهٔ Tow, Dan، منتشرشده توسط نشر O'Reilly Media در سال 2003. این کتاب در فرمت pdf، زبان انگلیسی ارائه شده است. «SQL Tuning: Generating Optimal Execution Plans» در دستهٔ بدون دسته‌بندی قرار دارد.

SQL Tuning; Preface; Audience for This Book; Structure of This Book; Conventions Used in This Book; Comments and Questions; Acknowledgments; 1. Introduction; 1.2. Who Should Tune SQL?; 1.3. How This Book Can Help; 1.4. A Bonus; 1.5. Outside-the-Box Solutions; 2. Data-Access Basics; 2.2. Tables; 2.2.2. Purge Eldest; 2.2.3. Purge, Not by Age; 2.2.4. Complete Purge and Regrowth; 2.3. Indexes; 2.3.2. Index Costs; 2.4. Uncommon Database Objects; 2.4.2. Single-Table Clusters; 2.4.3. Multitable Clusters; 2.4.4. Partitioned Tables; 2.4.5. Bit-Mapped Indexes; 2.5. Single-Table Access Paths.;SQL Tuning author Dan Tow outlines a timesaving method he's developed for finding the optimum execution plan--rapidly and systematically--regardless of the complexity of the SQL or the database platform being used. You'll learn how to understand and control SQL execution plans and how to diagram SQL queries to deduce the best execution plan for a query. Key chapters in the book include exercises to reinforce the concepts you've learned. SQL Tuning concludes by addressing special concerns and unique solutions to unsolvable" problems." A poorly performing database application not only costs users time, but also has an impact on other applications running on the same computer or the same network. SQL Tuning provides an essential next step for SQL developers and database administrators who want to extend their SQL tuning expertise and get the most from their database applications. There are two basic issues to focus on when tuning SQL: how to find and interpret the execution plan of an SQL statement and how to change SQL to get a specific alternate execution plan. SQL Tuning provides answers to these questions and addresses a third issue that's even more important: how to find the optimal execution plan for the query to use. Author Dan Tow outlines a timesaving method he's developed for finding the optimum execution plan--rapidly and systematically--regardless of the complexity of the SQL or the database platform being used. You'll learn how to understand and control SQL execution plans and how to diagram SQL queries to deduce the best execution plan for a query. Key chapters in the book include exercises to reinforce the concepts you've learned. SQL Tuning concludes by addressing special concerns and unique solutions to "unsolvable problems." Whether you are a programmer who develops SQL-based applications or a database administrator or other who troubleshoots poorly tuned applications, SQL Tuning will arm you with a reliable and deterministic method for tuning your SQL queries to gain optimal performance. SQL Tuning Preface Audience for This Book Structure of This Book Conventions Used in This Book Comments and Questions Acknowledgments 1. Introduction 1.2. Who Should Tune SQL? 1.3. How This Book Can Help 1.4. A Bonus 1.5. Outside-the-Box Solutions 2. Data-Access Basics 2.2. Tables 2.2.2. Purge Eldest 2.2.3. Purge, Not by Age 2.2.4. Complete Purge and Regrowth 2.3. Indexes 2.3.2. Index Costs 2.4. Uncommon Database Objects 2.4.2. Single-Table Clusters 2.4.3. Multitable Clusters 2.4.4. Partitioned Tables 2.4.5. Bit-Mapped Indexes 2.5. Single-Table Access Paths. 2.5.2. Indexed Table Access2.5.3. Choosing Between a Full Table Scan and Indexed Access 2.6. Calculating Selectivity 2.6.2. Index Range-Condition Selectivity 2.6.3. Selectivity on Table Rows Reached from the Index 2.6.4. Combining Indexes 2.7. Joins 2.7.1.2. Outer joins 2.7.2. Join Execution Methods 2.7.2.2. Hash joins 2.7.2.3. Sort-merge joins 2.7.2.4. Join methods summary 3. Viewing and Interpreting Execution Plans 3.1.2. The Un. Explains how to tune SQL (Structured Query Language) queries to achieve optimal performance, regardless of the database platform, covering such topics as how to understand and control SQL execution plans and how to diagram SQL queries for the best execution plan for the query, in a tutorial that includes hands-on exercises to reinforce concepts. Original. (Advanced)
دانلود کتاب SQL Tuning: Generating Optimal Execution Plans