Home » MYSQL » MySQL Scheduling and Locking Issues » Question
  1. How many of the following implement the default scheduling property of MySQL?
    MyISAM, MERGE, MEMORY
    1. 3
    2. 2
    3. 1
    4. 0
    5. None of these
Correct Option: A

The MyISAM, MERGE and the MEMORY storage engines implement the default scheduling policy of MySQL with the help of the table locks. Whenever a client accesses a table a lock for it must be acquired first.



Your comments will be displayed only after manual approval.