Effective MySQL Optimizing SQL Statements
Title | Effective MySQL Optimizing SQL Statements PDF eBook |
Author | Ronald Bradford |
Publisher | McGraw Hill Professional |
Pages | 185 |
Release | 2011-10-22 |
Genre | Computers |
ISBN | 007178280X |
The Essential Guide to SQL Statement Optimization Written by Oracle ACE Director and MySQL expert Ronald Bradford, Effective MySQL: Optimizing SQL Statements is filled with detailed explanations and practical examples that can be applied immediately to improve database and application performances. Featuring a step-by-step approach to SQL optimization, this Oracle Press book helps you to analyze and tune problematic SQL statements. Identify the essential analysis commands for gathering and diagnosing issues Learn how different index theories are applied and represented in MySQL Plan and execute informed SQL optimizations Create MySQL indexes to improve query performance Master the MySQL query execution plan Identify key configuration variables that impact SQL execution and performance Apply the SQL optimization lifecycle to capture, identify, confirm, analyze, and optimize SQL statements and verify the results Improve index utilization with covering indexes and partial indexes Learn hidden performance tips for improving index efficiency and simplifying SQL statements
Efficient MySQL Performance
Title | Efficient MySQL Performance PDF eBook |
Author | Daniel Nichter |
Publisher | "O'Reilly Media, Inc." |
Pages | 338 |
Release | 2021-11-30 |
Genre | Computers |
ISBN | 1098105044 |
You'll find several books on basic or advanced MySQL performance, but nothing in between. That's because explaining MySQL performance without addressing its complexity is difficult. This practical book bridges the gap by teaching software engineers mid-level MySQL knowledge beyond the fundamentals, but well shy of deep-level internals required by database administrators (DBAs). Daniel Nichter shows you how to apply the best practices and techniques that directly affect MySQL performance. You'll learn how to improve performance by analyzing query execution, indexing for common SQL clauses and table joins, optimizing data access, and understanding the most important MySQL metrics. You'll also discover how replication, transactions, row locking, and the cloud influenceMySQL performance. Understand why query response time is the North Star of MySQL performance Learn query metrics in detail, including aggregation, reporting, and analysis See how to index effectively for common SQL clauses and table joins Explore the most important server metrics and what they reveal about performance Dive into transactions and row locking to gain deep, actionable insight Achieve remarkable MySQL performance at any scale
Effective MySQL Backup and Recovery
Title | Effective MySQL Backup and Recovery PDF eBook |
Author | Ronald Bradford |
Publisher | McGraw Hill Professional |
Pages | 257 |
Release | 2012-05-22 |
Genre | Computers |
ISBN | 0071788581 |
The Essential Guide to Protecting Your Business Information Written by Oracle ACE Director and MySQL expert Ronald Bradford, Effective MySQL: Backup and Recovery covers all the options with detailed descriptions and syntax examples to ensure an appropriate backup and recovery plan can be developed. Featuring a side-by-side evaluation of the various backup strategies and complementary recovery implementations, this Oracle Press book helps you to protect your MySQL data from a wide range of disaster situations. Learn how different backup strategies affect locking and system availability Identify the importance of static backup options and point-in-time requirements Recognize the important business factors to determine your optimal data protection requirements Understand the benefits of using MySQL replication for leveraging different backup strategies Understand the benefits and risks of implementing solutions with MySQL in the cloud Identify key configuration variables that affect data durability and performance Find out about the types of possible disasters and develop a robust plan to address them Optimize your backup approach with compression, streaming, incremental, and parallel options
SQL Performance Tuning
Title | SQL Performance Tuning PDF eBook |
Author | Peter Gulutzan |
Publisher | Addison-Wesley Professional |
Pages | 522 |
Release | 2003 |
Genre | Computers |
ISBN | 9780201791693 |
A very practical guide to making databases run faster and better. A poorly performing database application can cost each user time, and have an impact on other applications running on the same computer or the same network. This book will help DBAUs and programmers improve the performance of their databases.
Effective SQL
Title | Effective SQL PDF eBook |
Author | John L. Viescas |
Publisher | Addison-Wesley Professional |
Pages | 661 |
Release | 2017-01-09 |
Genre | Computers |
ISBN | 0134579062 |
Effective SQL brings together the hands-on solutions and practical insights you need to solve a wide range of complex problems with SQL, and to design databases that make it far easier to manage data in the future. Leveraging the proven format of the best-selling Effective series, it focuses on providing clear, practical explanations, expert tips, and plenty of realistic examples -- all in full color. Drawing on their immense experience as consultants and instructors, three world-class database experts identify specific challenges, and distill each solution into five pages or less. Throughout, they provide well-annotated SQL code designed for all leading platforms, as well as code for specific implementations ranging from SQL Server to Oracle and MySQL, wherever these vary or permit you to achieve your goal more efficiently. Going beyond mere syntax, the authors also show how to avoid poor database design that makes it difficult to write effective SQL, how to improve suboptimal designs, and how to work around designs you can't change. You'll also find detailed sections on filtering and finding data, aggregation, subqueries, and metadata, as well as specific solutions for everything from listing products to scheduling events and defining data hierarchies. Simply put, if you already know the basics of SQL, Effective SQL will help you become a world-class SQL problem-solver.
SQL Performance Explained
Title | SQL Performance Explained PDF eBook |
Author | Markus Winand |
Publisher | |
Pages | 196 |
Release | 2012 |
Genre | Database management |
ISBN | 9783950307825 |
High Performance MySQL
Title | High Performance MySQL PDF eBook |
Author | Baron Schwartz |
Publisher | "O'Reilly Media, Inc." |
Pages | 827 |
Release | 2012-03-23 |
Genre | Computers |
ISBN | 1449314287 |
A guide for MySQL administrators covers such topics as benchmarking, server performance, indexing, queries, hardware optimization, replication, scaling, cloud hosting, and backup and recovery.