語系:
繁體中文
English
說明(常見問題)
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
MySQL Concurrency = Locking and Tran...
~
SpringerLink (Online service)
MySQL Concurrency = Locking and Transactions for MySQL Developers and DBAs /
紀錄類型:
書目-語言資料,印刷品 : Monograph/item
正題名/作者:
MySQL Concurrency/ by Jesper Wisborg Krogh.
其他題名:
Locking and Transactions for MySQL Developers and DBAs /
作者:
Krogh, Jesper Wisborg.
面頁冊數:
XXIII, 376 p. 34 illus.online resource. :
Contained By:
Springer Nature eBook
標題:
Database Management. -
電子資源:
https://doi.org/10.1007/978-1-4842-6652-6
ISBN:
9781484266526
MySQL Concurrency = Locking and Transactions for MySQL Developers and DBAs /
Krogh, Jesper Wisborg.
MySQL Concurrency
Locking and Transactions for MySQL Developers and DBAs /[electronic resource] :by Jesper Wisborg Krogh. - 1st ed. 2021. - XXIII, 376 p. 34 illus.online resource.
1. Introduction -- 2. Monitoring Locks and Mutexes -- 3. Monitoring InnoDB Transactions -- 4. Transactions in the Performance Schema -- 5. Lock Access Levels -- 6. High-Level Lock Types -- 7. InnoDB Locks -- 8. Working with Lock Conflicts -- 9. Reducing Locking Issues -- 10. Indexes and Foreign Keys -- 11. Transactions -- 12. Transaction Isolation Levels -- 13. Case Study: Flush Locks -- 14. Case Study: Metadata and Schema Locks -- 15. Case Study: Record-Level Locks -- 16. Case Study: Deadlocks -- 17. Case Study: Foreign Keys -- 18. Case Study: Semaphores -- Appendix A. References -- Appendix B. MySQL Shell Module.
Know how locks work in MySQL and how they relate to transactions. This book explains the major role that locks play in database systems, showing how locks are essential in allowing high-concurrency workloads. You will learn about lock access levels and lock granularities from the user level as well as table locks to record and gap locks. Most importantly, the book covers troubleshooting techniques when locking becomes a pain point. Several of the lock types in MySQL have a duration of a transaction. For this reason, it is important to understand how transactions work. This book covers the basics of transactions as well as transaction isolation levels and how they affect locking. The book is meant to be your go-to resource for solving locking contention and similar problems in high-performance MySQL database applications. Detecting locking issues when they occur is the first key to resolving such issues. MySQL Concurrency provides techniques for detecting locking issues such as contention. The book shows how to analyze locks that are causing contention to see why those locks are in place. A collection of six comprehensive case studies combine locking and transactional theory with realistic lock conflicts. The case studies walk you through the symptoms to look for in order to identify which issue you are facing, the cause of the conflict, its analysis, solution, and how to prevent the issue in the future. You will: Understand which lock types exist in MySQL and how they are used Choose the best transaction isolation level for a given transaction Detect and analyze lock contention when it occurs Reduce locking issues in your applications Resolve deadlocks between transactions Resolve InnoDB record-level locking issues Resolve issues from metadata and schema locks.
ISBN: 9781484266526
Standard No.: 10.1007/978-1-4842-6652-6doiSubjects--Topical Terms:
669820
Database Management.
LC Class. No.: QA76.9.D3
Dewey Class. No.: 005.74
MySQL Concurrency = Locking and Transactions for MySQL Developers and DBAs /
LDR
:03756nam a22003975i 4500
001
1052232
003
DE-He213
005
20210624055835.0
007
cr nn 008mamaa
008
220103s2021 xxu| s |||| 0|eng d
020
$a
9781484266526
$9
978-1-4842-6652-6
024
7
$a
10.1007/978-1-4842-6652-6
$2
doi
035
$a
978-1-4842-6652-6
050
4
$a
QA76.9.D3
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
100
1
$a
Krogh, Jesper Wisborg.
$4
aut
$4
http://id.loc.gov/vocabulary/relators/aut
$3
1197662
245
1 0
$a
MySQL Concurrency
$h
[electronic resource] :
$b
Locking and Transactions for MySQL Developers and DBAs /
$c
by Jesper Wisborg Krogh.
250
$a
1st ed. 2021.
264
1
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2021.
300
$a
XXIII, 376 p. 34 illus.
$b
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
505
0
$a
1. Introduction -- 2. Monitoring Locks and Mutexes -- 3. Monitoring InnoDB Transactions -- 4. Transactions in the Performance Schema -- 5. Lock Access Levels -- 6. High-Level Lock Types -- 7. InnoDB Locks -- 8. Working with Lock Conflicts -- 9. Reducing Locking Issues -- 10. Indexes and Foreign Keys -- 11. Transactions -- 12. Transaction Isolation Levels -- 13. Case Study: Flush Locks -- 14. Case Study: Metadata and Schema Locks -- 15. Case Study: Record-Level Locks -- 16. Case Study: Deadlocks -- 17. Case Study: Foreign Keys -- 18. Case Study: Semaphores -- Appendix A. References -- Appendix B. MySQL Shell Module.
520
$a
Know how locks work in MySQL and how they relate to transactions. This book explains the major role that locks play in database systems, showing how locks are essential in allowing high-concurrency workloads. You will learn about lock access levels and lock granularities from the user level as well as table locks to record and gap locks. Most importantly, the book covers troubleshooting techniques when locking becomes a pain point. Several of the lock types in MySQL have a duration of a transaction. For this reason, it is important to understand how transactions work. This book covers the basics of transactions as well as transaction isolation levels and how they affect locking. The book is meant to be your go-to resource for solving locking contention and similar problems in high-performance MySQL database applications. Detecting locking issues when they occur is the first key to resolving such issues. MySQL Concurrency provides techniques for detecting locking issues such as contention. The book shows how to analyze locks that are causing contention to see why those locks are in place. A collection of six comprehensive case studies combine locking and transactional theory with realistic lock conflicts. The case studies walk you through the symptoms to look for in order to identify which issue you are facing, the cause of the conflict, its analysis, solution, and how to prevent the issue in the future. You will: Understand which lock types exist in MySQL and how they are used Choose the best transaction isolation level for a given transaction Detect and analyze lock contention when it occurs Reduce locking issues in your applications Resolve deadlocks between transactions Resolve InnoDB record-level locking issues Resolve issues from metadata and schema locks.
650
1 4
$a
Database Management.
$3
669820
650
0
$a
Database management.
$3
557799
710
2
$a
SpringerLink (Online service)
$3
593884
773
0
$t
Springer Nature eBook
776
0 8
$i
Printed edition:
$z
9781484266519
776
0 8
$i
Printed edition:
$z
9781484266533
856
4 0
$u
https://doi.org/10.1007/978-1-4842-6652-6
912
$a
ZDB-2-CWD
912
$a
ZDB-2-SXPC
950
$a
Professional and Applied Computing (SpringerNature-12059)
950
$a
Professional and Applied Computing (R0) (SpringerNature-43716)
筆 0 讀者評論
多媒體
評論
新增評論
分享你的心得
Export
取書館別
處理中
...
變更密碼[密碼必須為2種組合(英文和數字)及長度為10碼以上]
登入