Home » MYSQL » Mysql Setup » Question
  1. Which system variable determines the number of rows from INSERT DELAYED statements that can be queued per table?
    1. general_queue_size
    2. delayed_queue_size
    3. fast_queue_size
    4. slow_queue_size
    5. 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).



Your comments will be displayed only after manual approval.