A

Admin • 828.03K Points
Coach

Q. Which system variable determines the number of rows from INSERT DELAYED statements that can be queued per table?

  • (A) general_queue_size
  • (B) delayed_queue_size
  • (C) fast_queue_size
  • (D) slow_queue_size
  • Correct Answer - Option(B)
  • Views: 8
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin
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).

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.