|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
OR_on1107208122 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
190603s2019 cau ob 001 0 eng d |
040 |
|
|
|a UPM
|b eng
|e rda
|e pn
|c UPM
|d OCLCO
|d EBLCP
|d Z5A
|d OTZ
|d GW5XE
|d YDXIT
|d UMI
|d VT2
|d OCLCQ
|d OCLCO
|d OCLCF
|d UKMGB
|d YDX
|d LVT
|d OCLCO
|d LEATE
|d OCLCQ
|d OCLCO
|d BRF
|d OCLCQ
|d OCLCO
|d COM
|d OCLCQ
|
015 |
|
|
|a GBB9D8168
|2 bnb
|
016 |
7 |
|
|a 019433007
|2 Uk
|
019 |
|
|
|a 1104062036
|a 1104085163
|a 1107410076
|a 1107798791
|a 1111054959
|a 1111131303
|a 1115104971
|a 1115111787
|a 1117900168
|a 1122812827
|a 1126207299
|a 1129340360
|a 1153009503
|a 1156326540
|a 1162761128
|a 1179518672
|a 1192340044
|a 1240514359
|a 1302284545
|
020 |
|
|
|a 9781484249161
|q (electronic book)
|
020 |
|
|
|a 148424916X
|q (electronic book)
|
020 |
|
|
|a 1484249151
|
020 |
|
|
|a 9781484249154
|
020 |
|
|
|a 9781484249178
|q (print)
|
020 |
|
|
|a 1484249178
|
020 |
|
|
|z 9781484249154
|
024 |
7 |
|
|a 10.1007/978-1-4842-4916-1
|2 doi
|
024 |
8 |
|
|a 9781484249154
|
024 |
8 |
|
|a 9781484249161
|
029 |
1 |
|
|a AU@
|b 000065447202
|
029 |
1 |
|
|a AU@
|b 000065481058
|
029 |
1 |
|
|a AU@
|b 000065496205
|
029 |
1 |
|
|a AU@
|b 000066233196
|
029 |
1 |
|
|a AU@
|b 000067501853
|
029 |
1 |
|
|a UKMGB
|b 019433007
|
035 |
|
|
|a (OCoLC)1107208122
|z (OCoLC)1104062036
|z (OCoLC)1104085163
|z (OCoLC)1107410076
|z (OCoLC)1107798791
|z (OCoLC)1111054959
|z (OCoLC)1111131303
|z (OCoLC)1115104971
|z (OCoLC)1115111787
|z (OCoLC)1117900168
|z (OCoLC)1122812827
|z (OCoLC)1126207299
|z (OCoLC)1129340360
|z (OCoLC)1153009503
|z (OCoLC)1156326540
|z (OCoLC)1162761128
|z (OCoLC)1179518672
|z (OCoLC)1192340044
|z (OCoLC)1240514359
|z (OCoLC)1302284545
|
037 |
|
|
|a CL0501000058
|b Safari Books Online
|
050 |
|
4 |
|a QA76.9.D3
|b L33 2019
|
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 005.74
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Laar, Enrico van de.,
|e author.
|
245 |
1 |
0 |
|a Pro SQL Server 2019 wait statistics :
|b a practical guide to analyzing performance in SQL Server /
|c Enrico van de Laar.
|
250 |
|
|
|a Second edition.
|
264 |
|
1 |
|a [New York, NY] :
|b Apress,
|c [2019]
|
300 |
|
|
|a 1 online resource
|
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
|
347 |
|
|
|b PDF
|
505 |
0 |
|
|a Part I: Foundations of Wait Statistics Analysis -- 1. Wait Statistics Internals -- 2. Querying SQL Server Wait Statistics -- 3. The Query Store -- 4. Building a Solid Baseline -- Part II: Wait Types -- 5. CPU-Related Wait Types -- 6. IO-Related Wait Types -- 7. Backup-Related Wait Types -- 8. Lock-Related Wait Types -- 9. Latch-Related Wait Types -- 10. High-Availability and Disaster-Recovery Wait Types -- 11: Preemptive Wait Types -- 12: Background and Miscellaneous Wait Types -- 13. In-Memory OLTP-Related Wait Types -- 14. Appendix I. Example SQL Server Machine Configurations -- 15. Appendix II. Spinlocks -- 16. Appendix III. Latch Classes.
|
520 |
|
|
|a Here is a practical guide for analyzing and troubleshooting SQL Server performance using wait statistics. Learn to identify precisely why your queries are running slowly. Measure the amount of time consumed by each bottleneck so that you can focus attention on making the largest improvements first. This edition is updated to cover analysis of wait statistics inside Query Store, the CXCONSUMER wait event, and to be current with SQL Server 2019. Whether you are new to wait statistics, or already familiar with them, this book provides a deeper understanding on how wait statistics are generated and what they can mean for your SQL Server instance's performance. Pro SQL Server 2019 Wait Statistics goes beyond the most common wait types into the more complex and performance-threatening wait types. You'll learn about per-query wait statistics and session-based wait statistics, and the types of problems they each can help you solve. The different wait types are categorized by their area of impact, including CPU, IO, Lock, and many more. The book presents clear examples to help you gain practical knowledge of why and how specific wait times increase or decrease, and how they impact your SQL Server's performance. After reading this book you won't want to be without the valuable information that wait statistics provide regarding where you should be spending your limited tuning time to maximize performance and value to your business. What You'll Learn: Identify resource bottlenecks in a running SQL Server instance Locate wait statistics information inside DMVs and Query Store Analyze the root cause of sub-optimal performance Diagnose I/O contention and locking contention Benchmark SQL Server performance Lower the wait time of the most popular wait types.
|
542 |
|
|
|f © Copyright 2019 Enrico van de Laar.
|g 2019
|
588 |
0 |
|
|a Online resource; title from digital title page (viewed on August 02, 2019).
|
542 |
|
|
|f © Copyright 2019 Enrico van de Laar.
|g 2019.
|
504 |
|
|
|a Includes bibliographical references and index.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a SQL server.
|
630 |
0 |
7 |
|a SQL server.
|2 fast
|0 (OCoLC)fst01376937
|
650 |
|
0 |
|a Database management.
|
650 |
|
6 |
|a Bases de données
|x Gestion.
|
650 |
|
7 |
|a Database management.
|2 fast
|0 (OCoLC)fst00888037
|
776 |
0 |
8 |
|i Printed edition:
|z 9781484249154
|
776 |
0 |
8 |
|i Printed edition:
|z 9781484249178
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781484249161/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL5785083
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 16260359
|
994 |
|
|
|a 92
|b IZTAP
|