Home » MYSQL » MySQL Optimization » Question
  1. The system variable to maintain InnoDB log buffer size is _________________.
    1. innodb_buffer_log_size
    2. log_buffer_innodb_size
    3. innodb_log_buffer_size
    4. buffer_log_innodb_size
    5. None of these
Correct Option: C

The InnoDB storage engine has its own cache used for buffering the data and index values. It maintains a log buffer. The size for this is controlled by innodb_log_buffer_size.



Your comments will be displayed only after manual approval.