1.

Find the odd one out in terms of scheduling policies.(a) MyISAM(b) InnoDB(c) MEMORY(d) MERGEThe question was posed to me during an interview for a job.Question is taken from Scheduling and Locking Issues in chapter Query Optimization of MySQL

Answer»

The correct OPTION is (b) INNODB

To EXPLAIN: The InnoDB storage engine implements locking at a DIFFERENT level. It has differing performance characteristics in TERMS of contention management. It uses row-level locks.



Discussion

No Comment Found

Related InterviewSolutions