Home » MYSQL » MySQL Database Operations » Question
  1. What is the default size of ‘max_binlog_cache_size’ system variable?
    1. 8 GB
    2. 1 GB
    3. 2 GB
    4. 4 GB
    5. None of these
Correct Option: D

The max_binlog_cache_size system variable can be used to restrict the total size used to cache a multiple-statement transaction. If transaction is larger than this it fails and rolls back.



Your comments will be displayed only after manual approval.