Oracle Database Transactions and Locking Revealed: Building High Performance Through Concurrency
Autor Darl Kuhn, Thomas Kyteen Limba Engleză Paperback – 15 oct 2020
Access much-needed information for building scalable, high-concurrency applications and deploying them against the Oracle Database. This new edition is updated to be current with Oracle Database 19. It includes a new chapter with troubleshooting recipes to help you quickly diagnose and resolve locking problems that are urgent and block production.
Good transaction design is an important facet of highly-concurrent applications that are run by hundreds, even thousands, of users who are executing transactions at the same time. Transaction design, in turn, relies on a good understanding of how the database engine manages the locking of resources to prevent access conflicts and data loss that might otherwise result from concurrent access to data in the database. This book provides a solid and accurate explanation of how locking and concurrency are dealt with by Oracle Database. You will learn how the Oracle Database architecture accommodates user transactions, and how you can write code to mesh with the way in which Oracle Database is designed to operate.
Oracle Database Transactions and Locking Revealed covers in detail the various lock types, and also different locking schemes such as pessimistic and optimistic locking. Then you will learn about transaction isolation and multi-version concurrency, and how the various lock types support Oracle Database’s transactional features. You will learn tips for transaction design, as well as some bad practices and habits to avoid. Coverage is also given to redo and undo, and their role in concurrency. The book is loaded with insightful code examples that drive home each concept. This is an important book that anyone developing highly-concurrent applications will want to have handy on their shelf.
What You Will Learn
- Avoid application lockups due to conflicts over accessing the same resource
- Understand how Oracle prevents one application from overwriting another’s modifications
- Create transaction designs that mesh with how Oracle Database is designed
- Build high-throughput applications supporting thousands of concurrent users
- Design applications to take full advantage of Oracle’s powerful database engine
- Gain a fundamental knowledge of Oracle’s transaction and locking architecture
- Develop techniques to quickly diagnose and resolve common locking issues
Who This Book Is For
Preț: 307.04 lei
Preț vechi: 383.80 lei
-20% Nou
Puncte Express: 461
Preț estimativ în valută:
58.75€ • 61.34$ • 48.62£
58.75€ • 61.34$ • 48.62£
Carte disponibilă
Livrare economică 15-29 martie
Livrare express 01-07 martie pentru 100.61 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484264249
ISBN-10: 148426424X
Pagini: 273
Ilustrații: XXVIII, 265 p. 12 illus.
Dimensiuni: 178 x 254 x 20 mm
Greutate: 0.57 kg
Ediția:2nd ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 148426424X
Pagini: 273
Ilustrații: XXVIII, 265 p. 12 illus.
Dimensiuni: 178 x 254 x 20 mm
Greutate: 0.57 kg
Ediția:2nd ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
1. Getting Started.- 2. Locking and Blocking.- 3. Locks, Latches, and Mutexes.- 4. Concurrency and Multiversioning.- 5. Transactions.- 6. Redo and Undo.- 7. Investigating Redo.- 8. Investigating Undo.- 9. Troubleshooting.
Notă biografică
Darl Kuhn is a senior-level database administrator with decades of experience. He handles all facets of database administration from design and development to production support. He enjoys documenting and sharing knowledge and has authored several books on Oracle technology.
Thomas Kyte is a former vice president of the Core Technologies Group at Oracle Corporation. He is the same Tom who created the "Ask Tom" website and the Oracle Magazine column of the same name. He has a long history of answering questions about the Oracle database and tools that developers and database administrators struggle with every day.
Textul de pe ultima copertă
Access much-needed information for building scalable, high-concurrency applications and deploying them against the Oracle Database. This new edition is updated to be current with Oracle Database 19. It includes a new chapter with troubleshooting recipes to help you quickly diagnose and resolve locking problems that are urgent and block production.
Good transaction design is an important facet of highly-concurrent applications that are run by hundreds, even thousands, of users who are executing transactions at the same time. Transaction design, in turn, relies on a good understanding of how the database engine manages the locking of resources to prevent access conflicts and data loss that might otherwise result from concurrent access to data in the database. This book provides a solid and accurate explanation of how locking and concurrency are dealt with by Oracle Database. You will learn how the Oracle Database architecture accommodates user transactions, and how you can write code to mesh with the way in which Oracle Database is designed to operate.
Oracle Database Transactions and Locking Revealed covers in detail the various lock types, and also different locking schemes such as pessimistic and optimistic locking. Then you will learn about transaction isolation and multi-version concurrency, and how the various lock types support Oracle Database’s transactional features. You will learn tips for transaction design, as well as some bad practices and habits to avoid. Coverage is also given to redo and undo, and their role in concurrency. The book is loaded with insightful code examples that drive home each concept. This is an important book that anyone developing highly-concurrent applications will want to have handy on their shelf.
You will:
- Avoid application lockups due to conflicts over accessing the same resource
- Understand how Oracleprevents one application from overwriting another’s modifications
- Create transaction designs that mesh with how Oracle Database is designed
- Build high-throughput applications supporting thousands of concurrent users
- Design applications to take full advantage of Oracle’s powerful database engine
- Gain a fundamental knowledge of Oracle’s transaction and locking architecture
- Develop techniques to quickly diagnose and resolve common locking issues
Caracteristici
Gives you quick troubleshooting advice when you are faced with urgent locking conflicts Provides a deep explanation of how Oracle’s locking mechanisms enable high throughput Covers best practices for transaction design aimed at high throughput and high concurrency