-
Which system variable determines the number of rows from INSERT DELAYED statements that can be queued per table?
-
- general_queue_size
- delayed_queue_size
- fast_queue_size
- slow_queue_size
- None of these
Correct Option: B
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).