Introduction
Azure Database for MySQL databases can handle many users querying and modifying data. The database engine has mechanisms to prevent problems in the event of two or more users modifying or reading the same data at the same time.
After completing this module, you will be able to:
- Understand thread concurrency.
- Understand when to use thread pools.
- Describe isolation levels.
- Understand MySQL locking.