Muutke küpsiste eelistusi

Automated Physical Database Design and Tuning [Kõva köide]

(Microsoft, Redmond, Washington, USA)
Teised raamatud teemal:
Teised raamatud teemal:
The ever increasing complexity of application workload and query engines can easily outstrip the ability of general administrators to tune a database to a particular set and use of data, so automated tuning tools were developed that can systematically explore the space of alternatives, and guide administrator to the best tuning. A veteran of database design, Bruno details the fundamental ideas and algorithms to design a system that automatically recommends changes in the physical design of a database system. The choice of physical structures such as indexes has a significant impact on the performance of the database system. Annotation ©2011 Book News, Inc., Portland, OR (booknews.com)

Due to the increasing complexity in application workloads and query engines, database administrators are turning to automated tuning tools that systematically explore the space of physical design alternatives. A critical element of such tuning is physical database design since the choice of physical structures has a significant impact on the performance of the database system. Automated Physical Database Design and Tuning presents a detailed overview of the fundamental ideas and algorithms for automatically recommending changes to the physical design of a database system.

The first part of the book introduces the necessary technical background. The author explains SQL, the space of execution plans for answering SQL queries, query optimization, how the choice of access paths (e.g., indexes) is crucial to performance, and the complexity of the physical design problem.

The second part extensively discusses automated physical design techniques, covering fundamental research ideas in the last 15 years that have resulted in a new generation of tuning tools. The text focuses on the search space of alternatives, the necessity of a cost model to compare such alternatives, different mechanisms to traverse and enumerate the search space, and practical aspects in real-world tuning tools.

In the third part, the author explores new advances in automated physical design. He applies previous approaches to other physical structures, such as materialized views, partitioning, and multidimensional clustering. He also analyzes workload models for new types of applications, generalizes the optimizing function of current physical design tools to cope with other application scenarios, and examines open-ended challenges in physical database design.

This book offers valuable insights on well-established principles and cutting-edge research results in automated physical design. It helps readers gain a deeper understanding of how automated tuning tools work in database installations as well as the challenges and opportunities involved in designing next-generation tuning tools.

BACKGROUND: Declarative Query Processing in Relational Database Systems. Query Optimization in Relational Database Systems. Physical Database Design. AUTOMATED PHYSICAL DATABASE DESIGN: Characterizing the Search Space. Designing a Cost Model. Enumerating the Search Space. Practical Aspects in Physical Database Design. ADVANCED TOPICS: Handling Materialized Views. Incorporating Other Physical Structures. Continuous Physical Database Design. Constrained Physical Database Design. New Challenges in Physical Database Design. Index.

Nicolas Bruno is a researcher in the Data Management, Exploration and Mining group at Microsoft Research. He earned his Ph.D. in computer science from Columbia University. Dr. Brunos research interests include physical database design, query processing and optimization, and database testing.