語系:
繁體中文
English
說明(常見問題)
回圖書館首頁
手機版館藏查詢
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
MySQL 8 query performance tuning = a...
~
Krogh, Jesper Wisborg.
FindBook
Google Book
Amazon
博客來
MySQL 8 query performance tuning = a systematic method for improving execution speeds /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
MySQL 8 query performance tuning/ by Jesper Wisborg Krogh.
其他題名:
a systematic method for improving execution speeds /
作者:
Krogh, Jesper Wisborg.
出版者:
Berkeley, CA :Apress : : 2020.,
面頁冊數:
xxxvii, 965 p. :ill., digital ;24 cm.
內容註:
Part I. Getting Started -- 1. MySQL Performance Tuning -- 2. Query Tuning Methodology -- 3. Benchmarking with Sysbench -- 4. Test Data -- Part II. Sources of Information -- 5. The Performance Schema -- 6. The sys Schema -- 7. The Information Schema -- 8. SHOW Statements -- 9. The Slow Query Log -- Part III. Tools -- 10. MySQL Enterprise Monitor -- 11. MySQL Workbench -- 12. MySQL Shell -- Part IV. Schema Considerations and the Query Optimizer -- 13. Data Types -- 14. Indexes -- 15. Index Statistics -- 16. Histograms -- 17. The Query Optimizer -- 18. Locking Theory and Monitoring -- Part V. Query Analysis -- 19. Finding Candidate Queries for Optimization -- 20. Analyzing Queries -- 21. Transactions -- 22. Diagnosing Lock Contention -- Part VI. Improving the Queries -- 23. Configuration -- 24. Change the Query Plan -- 25. DDL and Bulk Data Load -- 26. Replication -- 27. Caching.
Contained By:
Springer eBooks
標題:
Querying (Computer science) -
電子資源:
https://doi.org/10.1007/978-1-4842-5584-1
ISBN:
9781484255841
MySQL 8 query performance tuning = a systematic method for improving execution speeds /
Krogh, Jesper Wisborg.
MySQL 8 query performance tuning
a systematic method for improving execution speeds /[electronic resource] :by Jesper Wisborg Krogh. - Berkeley, CA :Apress :2020. - xxxvii, 965 p. :ill., digital ;24 cm.
Part I. Getting Started -- 1. MySQL Performance Tuning -- 2. Query Tuning Methodology -- 3. Benchmarking with Sysbench -- 4. Test Data -- Part II. Sources of Information -- 5. The Performance Schema -- 6. The sys Schema -- 7. The Information Schema -- 8. SHOW Statements -- 9. The Slow Query Log -- Part III. Tools -- 10. MySQL Enterprise Monitor -- 11. MySQL Workbench -- 12. MySQL Shell -- Part IV. Schema Considerations and the Query Optimizer -- 13. Data Types -- 14. Indexes -- 15. Index Statistics -- 16. Histograms -- 17. The Query Optimizer -- 18. Locking Theory and Monitoring -- Part V. Query Analysis -- 19. Finding Candidate Queries for Optimization -- 20. Analyzing Queries -- 21. Transactions -- 22. Diagnosing Lock Contention -- Part VI. Improving the Queries -- 23. Configuration -- 24. Change the Query Plan -- 25. DDL and Bulk Data Load -- 26. Replication -- 27. Caching.
Identify, analyze, and improve poorly performing queries that damage user experience and lead to lost revenue for your business. This book will help you make query tuning an integral part of your daily routine through a multi-step process that includes monitoring of execution times, identifying candidate queries for optimization, analyzing their current performance, and improving them to deliver results faster and with less overhead. Author Jesper Krogh systematically discusses each of these steps along with the data sources and the tools used to perform them. MySQL 8 Query Performance Tuning aims to help you improve query performance using a wide range of strategies. You will know how to analyze queries using both the traditional EXPLAIN command as well as the new EXPLAIN ANALYZE tool. You also will see how to use the Visual Explain feature to provide a visually-oriented view of an execution plan. Coverage of indexes includes indexing strategies and index statistics, and you will learn how histograms can be used to provide input on skewed data distributions that the optimizer can use to improve query performance. You will learn about locks, and how to investigate locking issues. And you will come away with an understanding of how the MySQL optimizer works, including the new hash join algorithm, and how to change the optimizer's behavior when needed to deliver faster execution times. You will gain the tools and skills needed to delight application users and to squeeze the most value from corporate computing resources. You will: Monitor query performance to identify poor performers Choose queries to optimize that will provide the greatest gain Analyze queries using tools such as EXPLAIN ANALYZE and Visual Explain Improve slow queries through a wide range of strategies Properly deploy indexes and histograms to aid in creating fast execution plans Understand and analyze locks to resolve contention and increase throughput.
ISBN: 9781484255841
Standard No.: 10.1007/978-1-4842-5584-1doiSubjects--Uniform Titles:
MySQL (Electronic resource)
Subjects--Topical Terms:
625110
Querying (Computer science)
LC Class. No.: QA76.9.D343 / K76 2020
Dewey Class. No.: 006.312
MySQL 8 query performance tuning = a systematic method for improving execution speeds /
LDR
:03900nmm a2200337 a 4500
001
2217403
003
DE-He213
005
20200317131953.0
006
m d
007
cr nn 008maaau
008
201120s2020 cau s 0 eng d
020
$a
9781484255841
$q
(electronic bk.)
020
$a
9781484255834
$q
(paper)
024
7
$a
10.1007/978-1-4842-5584-1
$2
doi
035
$a
978-1-4842-5584-1
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.9.D343
$b
K76 2020
072
7
$a
UN
$2
bicssc
072
7
$a
COM021000
$2
bisacsh
072
7
$a
UN
$2
thema
072
7
$a
UMT
$2
thema
082
0 4
$a
006.312
$2
23
090
$a
QA76.9.D343
$b
K93 2020
100
1
$a
Krogh, Jesper Wisborg.
$3
3270489
245
1 0
$a
MySQL 8 query performance tuning
$h
[electronic resource] :
$b
a systematic method for improving execution speeds /
$c
by Jesper Wisborg Krogh.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2020.
300
$a
xxxvii, 965 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Part I. Getting Started -- 1. MySQL Performance Tuning -- 2. Query Tuning Methodology -- 3. Benchmarking with Sysbench -- 4. Test Data -- Part II. Sources of Information -- 5. The Performance Schema -- 6. The sys Schema -- 7. The Information Schema -- 8. SHOW Statements -- 9. The Slow Query Log -- Part III. Tools -- 10. MySQL Enterprise Monitor -- 11. MySQL Workbench -- 12. MySQL Shell -- Part IV. Schema Considerations and the Query Optimizer -- 13. Data Types -- 14. Indexes -- 15. Index Statistics -- 16. Histograms -- 17. The Query Optimizer -- 18. Locking Theory and Monitoring -- Part V. Query Analysis -- 19. Finding Candidate Queries for Optimization -- 20. Analyzing Queries -- 21. Transactions -- 22. Diagnosing Lock Contention -- Part VI. Improving the Queries -- 23. Configuration -- 24. Change the Query Plan -- 25. DDL and Bulk Data Load -- 26. Replication -- 27. Caching.
520
$a
Identify, analyze, and improve poorly performing queries that damage user experience and lead to lost revenue for your business. This book will help you make query tuning an integral part of your daily routine through a multi-step process that includes monitoring of execution times, identifying candidate queries for optimization, analyzing their current performance, and improving them to deliver results faster and with less overhead. Author Jesper Krogh systematically discusses each of these steps along with the data sources and the tools used to perform them. MySQL 8 Query Performance Tuning aims to help you improve query performance using a wide range of strategies. You will know how to analyze queries using both the traditional EXPLAIN command as well as the new EXPLAIN ANALYZE tool. You also will see how to use the Visual Explain feature to provide a visually-oriented view of an execution plan. Coverage of indexes includes indexing strategies and index statistics, and you will learn how histograms can be used to provide input on skewed data distributions that the optimizer can use to improve query performance. You will learn about locks, and how to investigate locking issues. And you will come away with an understanding of how the MySQL optimizer works, including the new hash join algorithm, and how to change the optimizer's behavior when needed to deliver faster execution times. You will gain the tools and skills needed to delight application users and to squeeze the most value from corporate computing resources. You will: Monitor query performance to identify poor performers Choose queries to optimize that will provide the greatest gain Analyze queries using tools such as EXPLAIN ANALYZE and Visual Explain Improve slow queries through a wide range of strategies Properly deploy indexes and histograms to aid in creating fast execution plans Understand and analyze locks to resolve contention and increase throughput.
630
0 0
$a
MySQL (Electronic resource)
$3
620574
650
0
$a
Querying (Computer science)
$3
625110
650
1 4
$a
Database Management.
$3
891010
650
2 4
$a
Open Source.
$3
2210577
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer eBooks
856
4 0
$u
https://doi.org/10.1007/978-1-4842-5584-1
950
$a
Professional and Applied Computing (Springer-12059)
筆 0 讀者評論
館藏地:
全部
電子資源
出版年:
卷號:
館藏
1 筆 • 頁數 1 •
1
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
W9392307
電子資源
11.線上閱覽_V
電子書
EB QA76.9.D343 K76 2020
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
評論
新增評論
分享你的心得
Export
取書館
處理中
...
變更密碼
登入