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) fast_queue_size
  • (B) general_queue_size
  • (C) slow_queue_size
  • (D) delayed_queue_size
  • Correct Answer - Option(D)
  • Views: 12
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin
This question is about MySQL and specifically how it handles delayed inserts. Delayed inserts are used when you want to add new rows to a table, but you don't want to slow down the current operation. Instead, the inserts are queued and executed later.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.