|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
OR_on1147975296 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu|||||||| |
008 |
180320s2020 nyua o 000 0 eng |
040 |
|
|
|a AU@
|b eng
|e pn
|c AU@
|d EBLCP
|d GW5XE
|d OCLCQ
|d LQU
|d YDXIT
|d YDX
|d SFB
|d OCLCF
|d VT2
|d UKAHL
|d UKMGB
|d COO
|d OCLCO
|d OCL
|d OCLCQ
|d GUA
|d OCLCO
|
015 |
|
|
|a GBC068047
|2 bnb
|
016 |
7 |
|
|a 019754550
|2 Uk
|
019 |
|
|
|a 1145431423
|a 1145597321
|a 1151721146
|a 1152537958
|a 1152542320
|a 1155630037
|a 1156384301
|a 1157202925
|a 1158331217
|
020 |
|
|
|a 9781484255841
|q electronic book
|
020 |
|
|
|a 1484255844
|q electronic book
|
020 |
|
|
|z 1484255836
|
020 |
|
|
|z 9781484255834
|
020 |
|
|
|a 9781484255858
|q (print)
|
020 |
|
|
|a 1484255852
|
024 |
8 |
|
|a 9781484255834
|
024 |
8 |
|
|a 9781484255841
|
024 |
7 |
|
|a 10.1007/978-1-4842-5584-1
|2 doi
|
029 |
0 |
|
|a AU@
|b 000066972224
|
029 |
1 |
|
|a UKMGB
|b 019754550
|
029 |
1 |
|
|a AU@
|b 000068653412
|
035 |
|
|
|a (OCoLC)1147975296
|z (OCoLC)1145431423
|z (OCoLC)1145597321
|z (OCoLC)1151721146
|z (OCoLC)1152537958
|z (OCoLC)1152542320
|z (OCoLC)1155630037
|z (OCoLC)1156384301
|z (OCoLC)1157202925
|z (OCoLC)1158331217
|
037 |
|
|
|a com.springer.onix.9781484255841
|b Springer Nature
|
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.3/12
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Krogh, Jesper Wisborg,
|e author.
|
245 |
1 |
0 |
|a MySQL 8 query performance tuning :
|b a systematic method for improving execution speeds /
|c Jesper Wisborg Krogh.
|
250 |
|
|
|a 1st edition.
|
264 |
|
1 |
|a [New York, NY] :
|b Apress,
|c 2020.
|
300 |
|
|
|a 1 online resource (xxxvii, 965 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
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. What You Will Learn 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 Who This Book Is For Database administrators and SQL developers who are familiar with MySQL and need to participate in query tuning. While some experience with MySQL is required, no prior knowledge of query performance tuning is needed.
|
542 |
|
|
|f Copyright © Apress
|g 2020
|
550 |
|
|
|a Made available through: Safari, an O'Reilly Media Company.
|
588 |
|
|
|a Online resource; Title from title page (viewed March 16, 2020)
|
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.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a MySQL (Electronic resource)
|
630 |
0 |
7 |
|a MySQL (Electronic resource)
|2 fast
|
650 |
|
0 |
|a Querying (Computer science)
|
650 |
|
0 |
|a Database searching.
|
650 |
|
6 |
|a Bases de données
|x Interrogation.
|
650 |
|
7 |
|a online searching.
|2 aat
|
650 |
|
7 |
|a Database searching
|2 fast
|
650 |
|
7 |
|a Querying (Computer science)
|2 fast
|
710 |
2 |
|
|a Safari, an O'Reilly Media Company.
|
776 |
0 |
8 |
|i Print version:
|a Krogh, Jesper Wisborg.
|t MySQL 8 Query Performance Tuning : A Systematic Method for Improving Execution Speeds.
|d Berkeley, CA : Apress L.P., ©2020
|z 9781484255834
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781484255841/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH37404328
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL6135139
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 301167259
|
994 |
|
|
|a 92
|b IZTAP
|