1.

Which system variable determines the number of rows from INSERT DELAYED statements that can be queued per table?(a) fast_queue_size(b) general_queue_size(c) slow_queue_size(d) delayed_queue_sizeI got this question in an interview.Asked question is from Tuning the Server in chapter General MySQL Administration of MySQL

Answer» RIGHT option is (d) delayed_queue_size

The BEST I can explain: 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).


Discussion

No Comment Found

Related InterviewSolutions