Home » MYSQL » MySQL Scheduling and Locking Issues » Question
  1. The use of table level locks is always useful in MyISAM tables.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: B

MyISAM is extremely fast for retrievals but the use of table level locks can be a problem in environments with mixed retrievals and updates if the retrievals are long running.



Your comments will be displayed only after manual approval.