|
|
|
|
LEADER |
00000cam a2200000Ii 4500 |
001 |
OR_on1050619480 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr |n||||||||| |
008 |
180907s2018 nyua ob 001 0 eng d |
040 |
|
|
|a YDX
|b eng
|e rda
|e pn
|c YDX
|d N$T
|d GW5XE
|d YDX
|d EBLCP
|d NLE
|d UPM
|d OCLCF
|d MOQ
|d UAB
|d UMI
|d UKMGB
|d OTZ
|d LVT
|d TOH
|d OCLCQ
|d OCLCO
|d STF
|d U3W
|d VT2
|d G3B
|d CAUOI
|d YOU
|d K6U
|d LEAUB
|d MERER
|d COO
|d LQU
|d FVL
|d OCLCQ
|d OCLCO
|d OCLCQ
|d UKAHL
|d OCLCO
|d OCLCQ
|d OCL
|d OCLCO
|
016 |
7 |
|
|a 019050575
|2 Uk
|
019 |
|
|
|a 1055590519
|a 1057309670
|a 1081297607
|a 1085209074
|a 1086530124
|a 1100593564
|a 1103263190
|a 1105181287
|a 1105710168
|a 1110899011
|
020 |
|
|
|a 9781484238882
|q (electronic book)
|
020 |
|
|
|a 1484238885
|q (electronic book)
|
020 |
|
|
|a 9781484238899
|q (print)
|
020 |
|
|
|a 1484238893
|
020 |
|
|
|z 1484238877
|
020 |
|
|
|z 9781484238875
|
024 |
7 |
|
|a 10.1007/978-1-4842-3888-2
|2 doi
|
024 |
8 |
|
|a 10.1007/978-1-4842-3
|
027 |
|
|
|a SPRINTER
|
029 |
1 |
|
|a AU@
|b 000064362732
|
029 |
1 |
|
|a AU@
|b 000065195286
|
029 |
1 |
|
|a AU@
|b 000065209478
|
029 |
1 |
|
|a CHNEW
|b 001073782
|
029 |
1 |
|
|a CHVBK
|b 579465861
|
029 |
1 |
|
|a UKMGB
|b 019050575
|
029 |
1 |
|
|a AU@
|b 000067499613
|
029 |
1 |
|
|a AU@
|b 000069031614
|
035 |
|
|
|a (OCoLC)1050619480
|z (OCoLC)1055590519
|z (OCoLC)1057309670
|z (OCoLC)1081297607
|z (OCoLC)1085209074
|z (OCoLC)1086530124
|z (OCoLC)1100593564
|z (OCoLC)1103263190
|z (OCoLC)1105181287
|z (OCoLC)1105710168
|z (OCoLC)1110899011
|
037 |
|
|
|a CL0500000998
|b Safari Books Online
|
050 |
|
4 |
|a QA76.9.D3
|b F775 2018
|
072 |
|
7 |
|a COM
|x 018000
|2 bisacsh
|
072 |
|
7 |
|a UN
|2 bicssc
|
072 |
|
7 |
|a UMT
|2 bicssc
|
072 |
|
7 |
|a UN
|2 thema
|
072 |
|
7 |
|a UMT
|2 thema
|
082 |
0 |
4 |
|a 005.75/85
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Fritchey, Grant,
|e author.
|
240 |
1 |
0 |
|a SQL Server query performance tuning.
|f 2014
|
245 |
1 |
0 |
|a SQL Server 2017 Query Performance Tuning :
|b troubleshoot and optimize query performance /
|c Grant Fritchey.
|
250 |
|
|
|a Fifth edition.
|
264 |
|
1 |
|a [New York] :
|b Apress,
|c [2018]
|
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
|b PDF
|2 rda
|
500 |
|
|
|a Previously published as SQL Server query performance tuning.
|
588 |
0 |
|
|a Online resource; title from digital title page (viewed on September 19, 2018).
|
505 |
0 |
|
|a Intro; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Chapter 1: SQL Query Performance Tuning; The Performance Tuning Process; The Core Process; Iterating the Process; Performance vs. Price; Performance Targets; "Good Enough" Tuning; Performance Baseline; Where to Focus Efforts; SQL Server Performance Killers; Insufficient or Inaccurate Indexing; Inaccurate Statistics; Improper Query Design; Poorly Generated Execution Plans; Excessive Blocking and Deadlocks; Non-Set-Based Operations; Inappropriate Database Design; Recompiling Execution Plans.
|
505 |
8 |
|
|a Frequent Recompilation of QueriesImproper Use of Cursors; Excessive Index Fragmentation; Summary; Chapter 2: Memory Performance Analysis; Performance Monitor Tool; Dynamic Management Views; Hardware Resource Bottlenecks; Identifying Bottlenecks; Bottleneck Resolution; Memory Bottleneck Analysis; SQL Server Memory Management; Available Bytes; Pages/Sec and Page Faults/Sec; Paging File %Usage and Page File %Usage; Buffer Cache Hit Ratio; Page Life Expectancy; Checkpoint Pages/Sec; Lazy Writes/Sec; Memory Grants Pending; Target Server Memory (KB) and Total Server Memory (KB).
|
505 |
8 |
|
|a Additional Memory Monitoring ToolsDBCC MEMORYSTATUS; Dynamic Management Views; Sys.dm_os_memory_brokers; Sys.dm_os_memory_clerks; Sys.dm_os_ring_buffers; Sys.dm_db_xtp_table_memory_stats; Sys.dm_xtp_system_memory_consumers; Monitoring Memory in Linux; Memory Bottleneck Resolutions; Optimizing Application Workload; Allocating More Memory to SQL Server; Moving In-Memory Tables Back to Standard Storage; Increasing System Memory; Changing from a 32-Bit to a 64-Bit Processor; Compressing Data; Enabling 3GB of Process Address Space; Addressing Fragmentation; Summary.
|
505 |
8 |
|
|a Chapter 3: Disk Performance AnalysisDisk Bottleneck Analysis; Disk Counters; Disk Transfers/Sec; Disk Bytes/Sec; Avg. Disk Sec/Read and Avg. Disk Sec/Write; Buffer Manager Page Reads/Writes; Additional I/O Monitoring Tools; Sys.dm_io_virtual_file_stats; Sys.dm_os_wait_stats; Monitoring Linux I/0; Disk Bottleneck Resolutions; Optimizing Application Workload; Using a Faster I/O Path; Using a RAID Array; RAID 0; RAID 1; RAID 5; RAID 6; RAID 1+0 (RAID 10); Using a SAN System; Using Solid-State Drives; Aligning Disks Properly; Adding System Memory; Creating Multiple Files and Filegroups.
|
505 |
8 |
|
|a Moving the Log Files to a Separate Physical DiskUsing Partitioned Tables; Summary; Chapter 4: CPU Performance Analysis; Processor Bottleneck Analysis; % Processor Time; % Privileged Time; Processor Queue Length; Context Switches/Sec; Batch Requests/Sec; SQL Compilations/Sec; SQL Recompilations/Sec; Other Tools for Measuring CPU Performance; Sys.dm_os_wait_stats; Sys.dm_os_workers and Sys.dm_os_schedulers; Query Store; Measure CPU Behavior in Linux; Processor Bottleneck Resolutions; Optimizing Application Workload; Eliminating Excessive Compiles/Recompiles; Using More or Faster Processors.
|
520 |
|
|
|a Identify and fix causes of poor performance. You will learn Query Store, adaptive execution plans, and automated tuning on the Microsoft Azure SQL Database platform. Anyone responsible for writing or creating T-SQL queries will find valuable the insight into bottlenecks, including how to recognize them and eliminate them. This book covers the latest in performance optimization features and techniques and is current with SQL Server 2017. If your queries are not running fast enough and you're tired of phone calls from frustrated users, then this book is the answer to your performance problems. SQL Server 2017 Query Performance Tuning is about more than quick tips and fixes. You'll learn to be proactive in establishing performance baselines using tools such as Performance Monitor and Extended Events. You'll recognize bottlenecks and defuse them before the phone rings. You'll learn some quick solutions too, but emphasis is on designing for performance and getting it right. The goal is to head off trouble before it occurs. What You'll Learn: Use Query Store to understand and easily change query performance Recognize and eliminate bottlenecks leading to slow performance Deploy quick fixes when needed, following up with long-term solutions Implement best practices in T-SQL to minimize performance risk Design in the performance that you need through careful query and index design Utilize the latest performance optimization features in SQL Server 2017 Protect query performance during upgrades to the newer versions of SQL Server.
|
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
|
650 |
|
0 |
|a Querying (Computer science)
|
650 |
|
0 |
|a Relational databases.
|
650 |
|
0 |
|a Client/server computing.
|
650 |
|
0 |
|a Database management.
|
650 |
|
0 |
|a Database searching.
|
650 |
|
6 |
|a Bases de données
|x Interrogation.
|
650 |
|
6 |
|a Bases de données relationnelles.
|
650 |
|
6 |
|a Architecture client-serveur (Informatique)
|
650 |
|
6 |
|a Bases de données
|x Gestion.
|
650 |
|
7 |
|a online searching.
|2 aat
|
650 |
|
7 |
|a Microsoft programming.
|2 bicssc
|
650 |
|
7 |
|a Databases.
|2 bicssc
|
650 |
|
7 |
|a REFERENCE
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Database searching
|2 fast
|
650 |
|
7 |
|a Client/server computing
|2 fast
|
650 |
|
7 |
|a Database management
|2 fast
|
650 |
|
7 |
|a Querying (Computer science)
|2 fast
|
650 |
|
7 |
|a Relational databases
|2 fast
|
776 |
0 |
8 |
|i Print version:
|z 1484238877
|z 9781484238875
|w (OCoLC)1042350919
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781484238882/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH35220320
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL5509274
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1886265
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 15683179
|
994 |
|
|
|a 92
|b IZTAP
|