Q. Which system variable determines the number of rows from INSERT DELAYED statements that can be queued per table?
β
Correct Answer: (B)
delayed_queue_size
Explanation: The system variable ‘delayed_queue_size’ determines the number of rows from INSERT DELAYED statements that can be queued per table (for the storage engines that support DELAYED inserts).