1.

The max_binlog_cache_size system variable has default size ______________(a) 1 GB(b) 2 GB(c) 4 GB(d) 8 GBThe question was asked in an interview.I would like to ask this question from General MySQL Administration in section MySQL Administration of MySQL

Answer»

The correct option is (c) 4 GB

Easy explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions