Cantitate/Preț
Produs

Effective MySQL Optimizing SQL Statements

Autor Ronald Bradford
en Limba Engleză Paperback – 16 noi 2011
Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.


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
Citește tot Restrânge

Preț: 20898 lei

Preț vechi: 26123 lei
-20% Nou

Puncte Express: 313

Preț estimativ în valută:
4001 4167$ 3320£

Carte disponibilă

Livrare economică 22 ianuarie-05 februarie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780071782791
ISBN-10: 0071782796
Pagini: 184
Ilustrații: illustrations
Dimensiuni: 152 x 229 x 10 mm
Greutate: 0.25 kg
Editura: McGraw Hill Education
Colecția McGraw-Hill
Locul publicării:United States

Cuprins

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