QuestionQ110
PerformanceA colleague reports slow response times on your website. Examine this query output:

What is the most likely reason for the large number of lock waits?
- A You use the MyISAM storage engine for most common tables.
- B You use the InnoDB storage engine and statements wait while data is inserted.
- C The Innodb Buffer pool is full.
- D Your table accesses wait for the operating system level flush.
Community Discussion