Locking

According to the MySQL Glossary, locking is:

The system of protecting a transaction from seeing or changing data that is being queried or changed by other transactions. The locking strategy must balance reliability and consistency of database operations (the principles of the ACID philosophy) against the performance needed for good concurrency. Fine-tuning the locking strategy often involves choosing an isolation level and ensuring all your database operations are safe and reliable for that isolation level.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset