語系:
繁體中文
English
說明(常見問題)
回圖書館首頁
手機版館藏查詢
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
MySQL concurrency = locking and tran...
~
Krogh, Jesper Wisborg.
FindBook
Google Book
Amazon
博客來
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.
出版者:
Berkeley, CA :Apress : : 2021.,
面頁冊數:
xxiii, 376 p. :ill., digital ;24 cm.
內容註:
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.
Contained By:
Springer Nature eBook
標題:
Relational databases. -
電子資源:
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. - Berkeley, CA :Apress :2021. - xxiii, 376 p. :ill., digital ;24 cm.
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--Uniform Titles:
MySQL (Electronic resource)
Subjects--Topical Terms:
539565
Relational databases.
LC Class. No.: QA76.9.D3 / K764 2021
Dewey Class. No.: 005.7565
MySQL concurrency = locking and transactions for MySQL developers and DBAs /
LDR
:03470nmm a2200337 a 4500
001
2237787
003
DE-He213
005
20210630163801.0
006
m d
007
cr nn 008maaau
008
211111s2021 cau s 0 eng d
020
$a
9781484266526
$q
(electronic bk.)
020
$a
9781484266519
$q
(paper)
024
7
$a
10.1007/978-1-4842-6652-6
$2
doi
035
$a
978-1-4842-6652-6
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.9.D3
$b
K764 2021
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.7565
$2
23
090
$a
QA76.9.D3
$b
K93 2021
100
1
$a
Krogh, Jesper Wisborg.
$3
3270489
245
1 0
$a
MySQL concurrency
$h
[electronic resource] :
$b
locking and transactions for MySQL developers and DBAs /
$c
by Jesper Wisborg Krogh.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2021.
300
$a
xxiii, 376 p. :
$b
ill., digital ;
$c
24 cm.
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.
630
0 0
$a
MySQL (Electronic resource)
$3
620574
650
0
$a
Relational databases.
$3
539565
650
0
$a
Database management.
$3
527442
650
1 4
$a
Database Management.
$3
891010
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-1-4842-6652-6
950
$a
Professional and Applied Computing (SpringerNature-12059)
筆 0 讀者評論
館藏地:
全部
電子資源
出版年:
卷號:
館藏
1 筆 • 頁數 1 •
1
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
W9399672
電子資源
11.線上閱覽_V
電子書
EB QA76.9.D3 K764 2021
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
評論
新增評論
分享你的心得
Export
取書館
處理中
...
變更密碼
登入