Summary

Completed

In this module you've learned about thread concurrency, and the server parameters that are used to control how many users can connect at the same time. You've learned about isolation levels and how MySQL manages data being read or modified at the same time by more than one user. You've also learned about transactions and locking, including how MySQL supports isolation levels by preventing users modifying resources or objects

Now that you've completed this module, you can:

  • Understand thread concurrency.
  • Understand when to use thread pools.
  • Describe isolation levels.
  • Understand MySQL locking.

Resources

For more information about the topics in this module, see: