Librería Portfolio Librería Portfolio

Búsqueda avanzada

TIENE EN SU CESTA DE LA COMPRA

0 productos

en total 0,00 €

EFFECTIVE MYSQL OPTIMIZING SQL STATEMENTS
Título:
EFFECTIVE MYSQL OPTIMIZING SQL STATEMENTS
Subtítulo:
Autor:
BRADFORD, R
Editorial:
McGRAW-HILL
Año de edición:
2011
Materia
SQL
ISBN:
978-0-07-178279-1
Páginas:
184
38,50 €

 

Sinopsis

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



1. The Five Minute DBA
2. The Essential Analysis Commands
3. Understanding MySQL Indexes
4. Creating MySQL Indexes
5. Creating Better MySQL Indexes
6. MySQL Configuration Options
7. The SQL Lifecycle
8. Hidden Performance Tips
9. Explaining the MySQL EXPLAIN